Update test.sh

This commit is contained in:
2019-02-07 11:50:44 -06:00
parent 0df5e1b093
commit 02f521bc87

View File

@@ -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"