Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 15:09:46 -05:00
parent 477f905858
commit eab6d005b6

View File

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