Update shutdown-test.sh

This commit is contained in:
2023-12-13 09:02:14 -06:00
parent c4d6ff9a11
commit 1561396f98

View File

@@ -147,7 +147,7 @@ SHUTDOWN_SERVER2(){
c=0; MSG_SPC=''; spc1=`expr ${HC_CW} - ${#MSG}`; until [ ${c} = ${spc1} ]; do MSG_SPC="${MSG_SPC} "; ((c++)); done
echo -en "${idsCL[White]}${MSG}${MSG_SPC}: "
if [ "${TEST}" != "true" ]; then
sleep 25s
sleep 35s
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
else
echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"