From 0717b9bd85edad4f7008f9ba491acb1742ff4056 Mon Sep 17 00:00:00 2001 From: MapsWithMe OSM User Date: Tue, 11 Jun 2013 09:45:06 +0200 Subject: [PATCH] [Linux] Fixed planet script --- tools/unix/planet.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/unix/planet.sh b/tools/unix/planet.sh index 34452ba8f3..baa12cc445 100755 --- a/tools/unix/planet.sh +++ b/tools/unix/planet.sh @@ -176,9 +176,10 @@ if [[ $1 == "--generate" || $1 == "--continue" || $1 == "--full" ]]; then # Update countries list $GENERATOR_TOOL -generate_update + mv $DATA_PATH/countries.txt.updated $DATA_PATH/countries.txt # Update external resources pushd $DATA_PATH - $MY_PATH/external_resources.sh > external_resources.txt + ../tools/unix/external_resources.sh > external_resources.txt popd fi