Update powerwall.sh
This commit is contained in:
@@ -1466,7 +1466,7 @@ fi
|
|||||||
logrotate) LOGROTATE;;
|
logrotate) LOGROTATE;;
|
||||||
update)
|
update)
|
||||||
echo -e "${idsCL[LightCyan]}Will reboot monitoring services in the background to apply updates ..."
|
echo -e "${idsCL[LightCyan]}Will reboot monitoring services in the background to apply updates ..."
|
||||||
RESTARTALL_SERVICES &
|
RESTARTALL_SERVICES >/dev/null 2>&1 &
|
||||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}\n"
|
echo -e "${idsCL[Green]}Done${idsCL[Default]}\n"
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
|
|||||||
Reference in New Issue
Block a user