Mercurial > dive4elements > river
diff backend/contrib/import_river.sh @ 6658:89f856e24d27 double-precision
Importer scripts: shpimporter needs backend name to play with Oracle.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 25 Jul 2013 09:30:39 +0200 |
parents | 8782ba5cb222 |
children | c3e38ea87964 |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Wed Jul 24 18:41:22 2013 +0200 +++ b/backend/contrib/import_river.sh Thu Jul 25 09:30:39 2013 +0200 @@ -336,7 +336,7 @@ --directory $RIVER_PATH \ --river_name "$RIVER_NAME" \ --ogr_connection "$OGR_CONNECTION" \ - --host $DBHOST \ + --host $DBHOST/$BACKEND_NAME \ --user $DBUSER \ --password $DBPASS \ --verbose 1 \