Compare commits
No commits in common. "8647d1f0a02f685cc4c3eee5fc95f0c0e6cff876" and "0d622e7cf121f126675f2fb4449bde98c71048f4" have entirely different histories.
8647d1f0a0
...
0d622e7cf1
|
@ -8,6 +8,11 @@ style="$2"
|
|||
cwd="$(pwd)"
|
||||
|
||||
function build_gmap() {
|
||||
# TODO: Set name (currently is "OSM street map")
|
||||
# Use --housenumbers?
|
||||
# A way to pass extra options
|
||||
# Change ID (currently is 63240000)
|
||||
|
||||
region="$1"
|
||||
region_id="$2"
|
||||
style="$3"
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
sleep_time=3600
|
||||
sleep_time_fail=60
|
||||
|
||||
[[ -n $OSMGARMIN_DAEMON_SLEEP ]] && sleep_time=$OSMGARMIN_DAEMON_SLEEP
|
||||
|
||||
function wait() {
|
||||
delay="$1"
|
||||
echo "💤 Sleeping $delay seconds..."
|
||||
|
|
Loading…
Reference in New Issue