diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6d68c704..5eaba02b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -391,6 +391,8 @@ STATUS(){ elif [ "${freespace}" -le "1000" ]; then fs_status='error' fs_status_color='Red' + else + fs_status_color='Green' fi