Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 15:11:01 -05:00
parent eab6d005b6
commit 05f609bc9b

View File

@@ -46,7 +46,7 @@ STATUS(){
var=${NTYPE}_REPL_CHECK[@]
if [ ! -z ${!var+x} ]; then
for rcheck in "${!var}"; do
echo "CHECK: ${NTYPE} - ${!PH} - ${FOLDER}"
echo "CHECK: ${NTYPE} - ${!PH} - ${REPL_CHECKS[${rcheck}]}"
${PH_CMD} rm -f ${FOLDER}/test.repl
daterun=`date +%Y-%m-%d-%H-%M-%S`
if [ "${PH_CMD}" = "" ]; then