From b6f2562cf3387de3aafefa9c79f8217100eab45e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 13 Aug 2023 16:47:07 -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 718a261e..aaa29b31 100755 --- a/run.sh +++ b/run.sh @@ -45,7 +45,7 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" fi - echo -en "\n${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"