From f04f577a2767cc089b27f9c388e1d9d3d33c1b10 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 3 Sep 2026 17:24:04 +0200 Subject: [PATCH] Update run.sh - correction --- run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.sh b/run.sh index 72ed14f..4af4206 100755 --- a/run.sh +++ b/run.sh @@ -25,10 +25,8 @@ function compileStyle() { mv /data/style/openstreetmap-carto-be/external-data.yml /data/style/external-data.yml if [ -z "$lang" ]; then carto openstreetmap-carto-be/project.mml > mapnik.xml - return 1 else carto "openstreetmap-carto-be/project-${lang}.mml" > mapnik-${lang}.xml - return 1 fi }