Update powerwall.sh
This commit is contained in:
@@ -1535,7 +1535,7 @@ SHUTDOWN_SERVER(){
|
||||
echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
MSG="Waiting for VM's to power off or migrate before shutting down"
|
||||
MSG="Waiting for VM's to power off or migrate"
|
||||
c=0; MSG_SPC=''; spc1=`expr ${hc_cw} - ${#MSG}`; until [ ${c} = ${spc1} ]; do MSG_SPC="${MSG_SPC} "; ((c++)); done
|
||||
echo -en "${idsCL[LightCyan]}${MSG}${MSG_SPC}: "
|
||||
if [ "${TEST}" != "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user