From 41d8c17b34ddf5f284d8d30567ef13510c93e576 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Dec 2023 20:48:45 -0600 Subject: [PATCH] Update shutdown-test.sh --- shutdown-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutdown-test.sh b/shutdown-test.sh index 379e79d4..adbe7c29 100644 --- a/shutdown-test.sh +++ b/shutdown-test.sh @@ -148,7 +148,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 30s + sleep 20s echo -e "${idsCL[Green]}Done${idsCL[Default]}" else echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"