Update powerwall.sh

This commit is contained in:
2024-05-09 18:08:52 -05:00
parent 4a872d506d
commit 3076ebf9a1

View File

@@ -21,7 +21,7 @@ VERBOSE=false
RESTARTALL_SERVICES(){
echo
STOPALL_SERVICES
echo -en "${idsCL[Yellow]}Pausing${idsCL[Default]}"
echo -en "${idsCL[Yellow]}Waiting${idsCL[Default]}"
sleep 6s
echo -en "\033[2K\r"
DIVIDER . yellow 50
@@ -978,7 +978,7 @@ fi
echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - '${PW_POWERWALL_SERVICES[${2}]}' Service Restarted" >> ${PW_LOGFILE}
echo
SERVICE_MNG ${2} stop
echo -en "${idsCL[Yellow]}Pausing${idsCL[Default]}"
echo -en "${idsCL[Yellow]}Waiting${idsCL[Default]}"
sleep 6s
echo -en "\033[2K\r"
DIVIDER . yellow 50