From eded01bd6fbae6a4c1568e16185b740929aa1fea Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 22:41:43 -0500 Subject: [PATCH] Tuned run_remote testing output. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 00b6667..382ddc6 100755 --- a/backup.sh +++ b/backup.sh @@ -70,7 +70,7 @@ run_remote() { ssh_cmd="ssh $SSH_SEND_OPTS -o port=$port $user@$addr" if [ $ZB_TEST_MODE = "TRUE" ]; then - echo $ssh_cmd $remote_cmd + echo "\`$ssh_cmd $remote_cmd\`" else $ssh_cmd $remote_cmd fi