From 14e1be697a165f1b14ffd0e66bb4a9a97dfeb832 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 26 Sep 2023 03:12:12 +0100 Subject: [PATCH] osm-garmin: modify defaults --- osm-garmin/app/daemon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osm-garmin/app/daemon.sh b/osm-garmin/app/daemon.sh index 01e8bdc..086d8ab 100644 --- a/osm-garmin/app/daemon.sh +++ b/osm-garmin/app/daemon.sh @@ -21,8 +21,8 @@ function wait() { while : do - regions="europe/andorra" - style="USERBEAM" + regions="europe/great-britain" + style="" [[ -n "$OSMGARMIN_REGIONS" ]] && regions="$OSMGARMIN_REGIONS" [[ -n "$OSMGARMIN_STYLE" ]] && style="$OSMGARMIN_STYLE"