diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2c4c5b81..c355f6f4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -31,7 +31,7 @@ STATUS(){ fi declare -i cw; declare -i spc1; declare -i c ######################## - if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "repl" ] || [ "${ST_ACTION}" = "check" ]; then + if [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "repl" ] || [ "${ST_ACTION}" = "check" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}" echo @@ -360,7 +360,7 @@ STATUS(){ ######################## ## FREE SPACE CHECK ######################## - if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ]; then + if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "freespace" ]; then if [ "${ST_ACTION}" != "repl" ] && [ "${ST_ACTION}" != "services" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsST[Bold]}"; DIVIDER