Update rebootSchedule.sh

This commit is contained in:
2023-09-01 08:48:23 +02:00
parent e3de4ded7a
commit 1e68a422af

View File

@@ -76,5 +76,6 @@ timeToWait=$(($targetTime - $timeNow))
echo Waiting $timeToWait seconds
sleep $timeToWait
echo "------------------------------------"
date +"%H:%M:%S %d-%m-%Y"
echo Starting reboot of $(hostname)
shutdown -r 5 "Reboot in 5 minutes."