1
0
Fork 0

Fix dingdingding

This commit is contained in:
Malte Brandy 2021-10-08 13:07:30 +02:00
parent e86b32fbfb
commit 3e03f4fea2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -13,8 +13,8 @@ echo "$x rings left"
x=$(( x - 1 ))
fi
current_seconds=$(date +%S)
current_minute=$(date +%M)
current_seconds=$(date +%-S)
current_minute=$(date +%-M)
if (($current_minute < 30)); then
echo "Next ring at half hour."