Mercurial > dive4elements > river
changeset 8823:efa52271786b
Fix path to python importer.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 15 May 2017 18:06:24 +0200 |
parents | cd8fce40f151 |
children | b5a868b50500 |
files | backend/contrib/import_river.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Mon May 15 18:05:29 2017 +0200 +++ b/backend/contrib/import_river.sh Mon May 15 18:06:24 2017 +0200 @@ -351,7 +351,7 @@ RIVER_PATH=$(dirname "$RIVER_PATH")/../.. RIVER_PATH=$(readlink -f "$RIVER_PATH") - exec python $(dirname $0)/geodaesie/shpimporter.py \ + exec python $(dirname $0)/shpimporter/shpimporter.py \ --directory $RIVER_PATH \ --river_name "$RIVER_NAME" \ --ogr_connection "$OGR_CONNECTION" \