From fdf4c1096beed6b5ea0cae16e6d002d39940c7bf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 30 Nov 2023 08:14:04 -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 898e0027..a97388c2 100755 --- a/run.sh +++ b/run.sh @@ -49,7 +49,7 @@ if [ "${1}" == "update" ]; then read -n 1 -p "Do you want to restart PowerWall Services? (y/N): " choice case "$choice" in [Yy]) - echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... " + echo -en "\n${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" ;; esac