"MaJ expl_transfert_dir.sh"

This commit is contained in:
Doug Le Tough 2017-07-22 14:09:46 +02:00
parent 0f216c4b2d
commit 38b16dcbe3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function create_dst_dir
function get_src_archive
{
fct_message "Création de l'archive /tmp/${ARCHIVE_NAME} du répertoire du répertoire ${src_host}:${src_dir}" -color jaune
TAR_OPTIONS="--no-recursive"
TAR_OPTIONS="--no-recursion"
if [ "${recursive}" == "true" ]; then
fct_message " * Option d'archivage récursif activée"
TAR_OPTIONS=""