From f448eff73d64bf0938eaed87c5ab3166c84542f8 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 2 Sep 2024 00:46:25 +0200 Subject: [PATCH] Fixes to update script --- scripts/osm2pgsql/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/osm2pgsql/update.sh b/scripts/osm2pgsql/update.sh index dd5cf29f4..c9de47f1e 100755 --- a/scripts/osm2pgsql/update.sh +++ b/scripts/osm2pgsql/update.sh @@ -1,6 +1,7 @@ #! /bin/bash -# Full database update. DOwnload latest from planet.osm.org, build update script, setup and seed it +# Full database update. Downloads the latest from planet.osm.org, build update script, setup and seed it +# Meant to be run with 'nohup' nvm use npm run init # contains a 'npm run generate, which builds the layers' npm run generate:buildDbScript