From 182a1136873ecc3d6b1620282ee15515b79cc4a1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 29 Nov 2023 22:57:40 -0600 Subject: [PATCH] Update run.sh --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 67ebca0e..d61008a1 100755 --- a/run.sh +++ b/run.sh @@ -46,8 +46,9 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n" fi - echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... " + echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... " /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1 + echo -e "${idsCL[Green]}Done${idsCL[Default]}\n" elif [ "${2}" != "q" ]; then echo -en "\e[1A";