Update nodemgmt-scripts.sh
This commit is contained in:
@@ -561,7 +561,7 @@ STATUS(){
|
||||
DIVIDER false green
|
||||
fi
|
||||
|
||||
echo -en " ${idsCL[LightCyan]}Gathering drive data from server ... {idsCL[Default]}"
|
||||
echo -en " ${idsCL[LightCyan]}Gathering drive data from server ... ${idsCL[Default]}"
|
||||
declare -A partitions
|
||||
partitions=`${NCMD} df -hBM | grep -vE '^Filesystem|tmpfs|cdrom|loop|overlay|shm|-volume|Music|media-data|Software' | awk '{ print $5 " " $1 }' | while read output; do echo $output | awk '{ print $2 }'; done;`
|
||||
partitions2=`echo ${partitions[*]}`
|
||||
|
||||
Reference in New Issue
Block a user