Update nodemgmt-scripts.sh
This commit is contained in:
@@ -26,8 +26,6 @@ STATUS(){
|
|||||||
fi
|
fi
|
||||||
declare -i cw; declare -i spc1; declare -i c
|
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 [ "${ST_ACTION}" == "report" ] || [ "${ST_ACTION}" == "repl" ] || [ "${ST_ACTION}" == "check" ] || [ "${ST_ACTION}" == "" ]; then
|
||||||
if [ ! -f ${FOLDER}/test.repl ]; then
|
if [ ! -f ${FOLDER}/test.repl ]; then
|
||||||
touch ${FOLDER}/test.repl
|
touch ${FOLDER}/test.repl
|
||||||
|
|||||||
Reference in New Issue
Block a user