From cb4a6f685251c972761c6adf63584f34e0a674f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 14:33:02 -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 d939823e..69aaa7c6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -576,7 +576,7 @@ STATUS(){ c=0; cw=40; spc='' spc1=${cw}-${#pname} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -en "\e[0K\r ${pname}$spc: " + echo -en " ${pname}$spc: " fi freespace=`${NCMD} df -hPBM ${partition} | awk '{print $4}' |tail -1|sed 's/M$//g'` >/dev/null 2>&1 if [ "${freespace}" -le "1000" ]; then