From 578cc36012b092cc56eb5693d78f8aba4c7d68f4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 12 Dec 2019 23:51:55 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) 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