Fixes to update script

This commit is contained in:
Pieter Vander Vennet 2024-09-02 00:46:25 +02:00
parent d214b95a87
commit f448eff73d

View file

@ -1,6 +1,7 @@
#! /bin/bash #! /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 nvm use
npm run init # contains a 'npm run generate, which builds the layers' npm run init # contains a 'npm run generate, which builds the layers'
npm run generate:buildDbScript npm run generate:buildDbScript