s+ow: revert cron wait at minute 58

This commit is contained in:
Mark Joshwel 2023-11-03 01:23:25 +00:00
parent abaa87c85e
commit 864f251079

2
s+ow
View file

@ -303,7 +303,7 @@ run() {
if [ -n "$SPOW_CRON" ]; then
notify "Waiting for the new hour..."
printf "waiting until the new hour...\n"
while [ "$(date +'%M')" -eq 58 ]; do
while [ "$(date +'%M')" -eq 59 ]; do
printf " $(date)\n"
sleep 1
done