diff --git a/osm-garmin/app/daemon.sh b/osm-garmin/app/daemon.sh index 407c1c0..9bd4ecc 100644 --- a/osm-garmin/app/daemon.sh +++ b/osm-garmin/app/daemon.sh @@ -2,6 +2,8 @@ . /app/utils.sh +sleep_time=3600 + while : do regions="europe/great-britain" @@ -12,5 +14,6 @@ do /app/build-gmap.sh "$regions" "$style" - sleep 3600 + echo "💤 Sleeping $sleep_time seconds..." + sleep $sleep_time done \ No newline at end of file