From a1c515e36dca5635d450ac5633ef4a382d12f3cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 17:13:20 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index bb5d9037..60225a72 100755 --- a/run.sh +++ b/run.sh @@ -48,7 +48,7 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" fi - if [ ! -f /opt/idssys/nodemgmt/.tmp/.singleserver.PW.secondary ]; then + if [ ! -f /opt/idssys/nodemgmt/.tmp/.singleserver.PW.secondary ] && [ ! -f /opt/idssys/nodemgmt/.tmp/.singleserver.PWO.secondary ]; then echo -en "${idsCL[LightCyan]}Do you want to restart PowerWall Services as well? (y/N): " read -n 1 choice case "$choice" in