From 02f521bc875c6b8679263eef1fc0d5b78f334f1c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 11:50:44 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index f38b03d..c5a32ab 100755 --- a/test.sh +++ b/test.sh @@ -32,7 +32,7 @@ for rcheck in "${REPL_CHECK[@]}"; do echo -e "iDS-Node${nid} (${nip})\n${daterun}" > ${FOLDER}/test.repl yes | cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl else - ${NCMD} 'echo -e "Status-Check (${NODE_HOSTNAME})\n${daterun}" > ${FOLDER}/test.repl' + ${NCMD} "echo -e \"Status-Check (${NODE_HOSTNAME})\n${daterun}\" > ${FOLDER}/test.repl" # yes | ${NCMD} 'cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl' fi echo "${FOLDER}/test.repl"