Update powerwall.sh
This commit is contained in:
@@ -1516,7 +1516,7 @@ SHUTDOWN_SERVER(){
|
||||
echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
MSG="Shutting down VM's"
|
||||
MSG="Shutting down remaining VM's"
|
||||
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