Update nodemgmt-scripts.sh
This commit is contained in:
@@ -400,6 +400,7 @@ NODEUPDATES() {
|
||||
end=`date +%s`
|
||||
runtime=$((end-start))
|
||||
echo "runtime: ${runtime}"
|
||||
echo -e "${idsCL[Default]}${idsST[Reset]}"
|
||||
}
|
||||
|
||||
NODEUPDATE(){
|
||||
@@ -1260,7 +1261,6 @@ GUI(){
|
||||
NODEUPDATES ${2} ${3} > ${NM_LOGFOLDER}/${ufile}
|
||||
else
|
||||
NODEUPDATES ${2} ${3}
|
||||
echo -e "${idsCL[Default]}${idsST[Reset]}"
|
||||
fi
|
||||
;;
|
||||
setupssh) SETUPSSH ${2} ${3} ${4} ${5} ${6};;
|
||||
|
||||
Reference in New Issue
Block a user