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