From bc9a44b4fb79d4b4cf53fe93bc74587e4dbf2dfe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Dec 2023 18:54:56 -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 5b6d672a..e69239b1 100755 --- a/run.sh +++ b/run.sh @@ -50,7 +50,7 @@ if [ "${1}" == "update" ]; then case "$choice" in [Yy]) echo -e "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... " - /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1 + /opt/idssys/powerwall/powerwall.sh service all restart ;; *) echo;; esac