This commit is contained in:
albert 2024-06-18 13:19:14 +09:00
parent 0de3fdf7f3
commit fb79363fc5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -54,7 +54,7 @@
systemctl --user start get-theme-times.service
fi
echo "Getting dates:"
SUNRISE=`date --date"$(cat /tmp/wttr.sunset)" +%s`
SUNRISE=`date --date="$(cat /tmp/wttr.sunset)" +%s`
echo "Sunrise: $SUNRISE"
SUNSET=`date --date="$(cat /tmp/wttr.sunset)" +%s`
echo "Sunset: $SUNSET"