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