Update test.sh
This commit is contained in:
4
test.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user