From ffb48dc62b94c20330be76a973ef18255c710ca9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 16:38:13 -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 7332e68c..603f45c1 100755 --- a/run.sh +++ b/run.sh @@ -49,7 +49,7 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${PW_VERS} complete${idsCL[Default]}" fi - if [ "${2}" != "q" ] && [ "${2}" != "y" ]; then + if [ "${2}" != "q" ] && [ "${2}" != "y" ] && [ "${2}" != "n" ]; then if [ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]; then echo -en "${idsCL[LightCyan]}Do you want to restart PowerWall Services as well? (y/N): " read -n 1 choice