Testing
This commit is contained in:
parent
fb79363fc5
commit
bff12bc1eb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
systemctl --user start get-theme-times.service
|
systemctl --user start get-theme-times.service
|
||||||
fi
|
fi
|
||||||
echo "Getting dates:"
|
echo "Getting dates:"
|
||||||
SUNRISE=`date --date="$(cat /tmp/wttr.sunset)" +%s`
|
SUNRISE=`date --date="$(cat /tmp/wttr.sunrise)" +%s`
|
||||||
echo "Sunrise: $SUNRISE"
|
echo "Sunrise: $SUNRISE"
|
||||||
SUNSET=`date --date="$(cat /tmp/wttr.sunset)" +%s`
|
SUNSET=`date --date="$(cat /tmp/wttr.sunset)" +%s`
|
||||||
echo "Sunset: $SUNSET"
|
echo "Sunset: $SUNSET"
|
||||||
|
|
Loading…
Reference in a new issue