2024-12-12 16:12 : id 408

This commit is contained in:
deadvey 2024-12-12 16:12:12 +00:00
parent 67edd7ebbc
commit 80a01bbc29

View File

@ -123,7 +123,7 @@ in
LONGITUDE="-1.89E" LONGITUDE="-1.89E"
# Calculate the sunrise and sunset times for today using sunwait # Calculate the sunrise and sunset times for today using sunwait
light=$(sunwait poll $LATITUDE &LONGITUDE) light=$(sunwait poll $LATITUDE $LONGITUDE)
echo $sunrise_time echo $sunrise_time
echo $sunset_time echo $sunset_time