Update offsite-power-check.sh

This commit is contained in:
2023-11-08 19:02:12 -06:00
parent 257827184e
commit 88973c08f6

View File

@@ -200,10 +200,10 @@ case $1 in
git repack -ad >/dev/null 2>&1
git prune >/dev/null 2>&1
git pull >/dev/null 2>&1
echo "Updated"
echo "Updated, restarting services"
/opt/idssys/powerwall/offsite-power-check.sh restart &
else
echo "No update"
echo "No update available"
fi
;;
esac