From c2c930e659001b2d7c24bb9e0634f5f3a8892054 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Dec 2019 00:32:55 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a005aeb6..38d209d4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -360,7 +360,8 @@ STATUS(){ ######################## ## FREE SPACE CHECK ######################## - if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "freespace" ]; then + #if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "freespace" ]; then + if [ "${ST_ACTION}" = "freespace" ]; then if [ "${ST_ACTION}" != "repl" ] && [ "${ST_ACTION}" != "services" ]; then for NTYPE in "${NODE_TYPES[@]}"; do if [ "${ST_ACTION}" != "check" ]; then