Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-13 19:07:10 -05:00
parent d3c21b9f63
commit 2d59b27e1e

View File

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