From 2c4fed8e178e2a21760a3fda10bd64d9e5ee05b0 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 22 Jul 2017 14:37:44 +0200 Subject: [PATCH] "MaJ expl_transfert_dir.sh" --- bin/expl_transfert_dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expl_transfert_dir.sh b/bin/expl_transfert_dir.sh index ce0ec72..3d55333 100755 --- a/bin/expl_transfert_dir.sh +++ b/bin/expl_transfert_dir.sh @@ -140,7 +140,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 - ssh ${src_host} "sudo tar -C ${src_dir} -czf /tmp/${ARCHIVE_NAME} ./*" + ssh ${src_host} "sudo tar -C ${src_dir} -czf /tmp/${ARCHIVE_NAME} ./" RET_VAL=$? if [ ! ${RET_VAL} -eq 0 ]; then ERROR="Erreur lors de la création de l'archive du répertoire source (1)"