From 0f216c4b2d9d7428cc48304f488276a28ff07242 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 22 Jul 2017 14:04:47 +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 3fb7b81..e313788 100755 --- a/bin/expl_transfert_dir.sh +++ b/bin/expl_transfert_dir.sh @@ -120,7 +120,7 @@ function check_dirs ssh ${dst_host} "sudo find ${ROOT_DST_DIR} -maxdepth 1 -type d -name ${BASE_DST_DIR} >/dev/null 2>&1" RET_VAL=$? if [ ! ${RET_VAL} -eq 0 ]; then - ERROR="Le répertoire ${src_host}:${src_dir} n'existe pas" + ERROR="Le répertoire ${dst_host}:${dst_dir} n'existe pas" fct_erreur 2 fi if [ $(ssh ${dst_host} "sudo find ${ROOT_DST_DIR} -maxdepth 1 -type d -name ${BASE_DST_DIR} | wc -l") -eq 0 ]; then