From 5537ad947e0f5ec8c8d927b5ee8765d999de954d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Dec 2023 19:05:08 -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 89468e9b..79e3ab5c 100755 --- a/run.sh +++ b/run.sh @@ -48,7 +48,7 @@ if [ "${1}" == "update" ]; then read -n 1 -p "Do you want to restart PowerWall Services? (y/N): " choice case "$choice" in [Yy]) - echo -e "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}\n" + echo -e "\n\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}" ${PW_SCRIPT} service all restart ;; *) echo;;