From 2d59b27e1ee22793d6e9421a33a12dc285b89dbb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 13 Apr 2023 19:07:10 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 68220ecb..a84499d9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -26,6 +26,8 @@ STATUS(){ fi declare -i cw; declare -i spc1; declare -i c ######################## + echo "HERE: ${ST_ACTION}" + [ ! -f ${FOLDER}/test.repl ] && echo 'yes' || echo 'no' if [ "${ST_ACTION}" == "report" ] || [ "${ST_ACTION}" == "repl" ] || [ "${ST_ACTION}" == "check" ] || [ "${ST_ACTION}" == "" ]; then if [ ! -f ${FOLDER}/test.repl ]; then touch ${FOLDER}/test.repl