Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-26 14:38:11 -05:00
parent 079da4fe48
commit 58474c4288

View File

@@ -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