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