From 58474c42885c5821aef68d1a105a0d39c7685700 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 14:38:11 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 65bac839..9fb86123 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -595,7 +595,7 @@ STATUS(){ fi if [ "${ST_ACTION}" != "check" ]; then - if [ ${freespace} -gt 1000 ]; then + if [[ ${freespace} -gt 1000 ]]; then fsgb=$(bc <<< "scale=3; ${freespace}/1000") fsdsp="${fsgb} GB" else