Typo
This commit is contained in:
parent
0de3fdf7f3
commit
fb79363fc5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue