From dff39890365d65f68a9726b2079ebda963de376b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Jul 2025 10:14:28 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index d2b08d6b..ed31e1f7 100755 --- a/run.sh +++ b/run.sh @@ -69,7 +69,7 @@ if [ "${1}" == "update" ]; then elif [ "${2}" == "q" ]; then ([ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]) && ${PW_SCRIPT} service all restart >/dev/null 2>&1 fi - sleep 90s && rm -f ${NM_TMPFOLDER}/.nosend_update & + sleep 60s && rm -f ${NM_TMPFOLDER}/.nosend_update & elif [ "${2}" != "q" ]; then echo -en "\e[1A";