From 71223b9c99a5cf79f85b082ed3fe1ddb2b552e95 Mon Sep 17 00:00:00 2001 From: Tysacheglaz <8859268+Tysacheglaz@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:26:16 +0500 Subject: [PATCH] Update run.sh Co-authored-by: Robin C. Ladiges --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index dd60a9e..ec08600 100755 --- a/run.sh +++ b/run.sh @@ -76,10 +76,10 @@ if [ "$1" == "import" ]; then echo "INFO: Download PBF file: $DOWNLOAD_PBF" if [ -f /data/region.poly ]; then wget ${WGET_ARGS:-} "$DOWNLOAD_PBF" -O - | osmconvert - -B=/data/region.poly -o=/data/region.osm.pbf - chown renderer: /data/region.osm.pbf else wget ${WGET_ARGS:-} "$DOWNLOAD_PBF" -O /data/region.osm.pbf fi + chown renderer: /data/region.osm.pbf fi if [ "${UPDATES:-}" == "enabled" ] || [ "${UPDATES:-}" == "1" ]; then