From b41e1b4dfd93d0e7567ec6f0dace12bd231cd3af Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 4 Nov 2024 15:54:13 +0100 Subject: [PATCH] osm-garmin: add ls for debugging --- osm-garmin/app/build-gmap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osm-garmin/app/build-gmap.sh b/osm-garmin/app/build-gmap.sh index 71689c5..ca99673 100755 --- a/osm-garmin/app/build-gmap.sh +++ b/osm-garmin/app/build-gmap.sh @@ -49,6 +49,8 @@ function build_gmap() { if [[ $build == "true" ]]; then cd "$build_dir" + ls "$bounds_dir" + exec_mkgmap \ --gmapsupp \ --product-id=$region_id \