From 52f07313697943a584db8336003ced9c578ed3c9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 11:53:33 -0600 Subject: [PATCH] Update test.sh --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index c5a32ab..c09aa21 100755 --- a/test.sh +++ b/test.sh @@ -33,8 +33,8 @@ for rcheck in "${REPL_CHECK[@]}"; do yes | cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl else ${NCMD} "echo -e \"Status-Check (${NODE_HOSTNAME})\n${daterun}\" > ${FOLDER}/test.repl" - # yes | ${NCMD} 'cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl' + yes | ${NCMD} "cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl" fi echo "${FOLDER}/test.repl" - ${NCMD} 'cat ${FOLDER}/test.repl' + ${NCMD} "cat ${REPL_CHECKS[${rcheck}]}/test.repl" done