From 6ca53a4e600956d4559cd94a53f7cd2474ab7707 Mon Sep 17 00:00:00 2001 From: galewis2 <62433564+galewis2@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:41:28 -0400 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 25ad24a..69d54a1 100755 --- a/run.sh +++ b/run.sh @@ -81,7 +81,7 @@ if [ "$1" == "import" ]; then REPLICATION_TIMESTAMP=`osmium fileinfo -g header.option.osmosis_replication_timestamp /data/region.osm.pbf` # initial setup of osmosis workspace (for consecutive updates) - sudo -u renderer openstreetmap-tiles-update-expire.sh $REPLICATION_TIMESTAMP + sudo -E -u renderer openstreetmap-tiles-update-expire.sh $REPLICATION_TIMESTAMP fi # copy polygon file if available