Mercurial > dive4elements > river
changeset 7458:b2e167f193d7
run_geo.sh: allow logging as documented.
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Tue, 29 Oct 2013 18:57:40 +0100 |
parents | 1d37d324eedc |
children | 9434437a1ef5 |
files | backend/contrib/run_geo.sh |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/run_geo.sh Tue Oct 29 11:32:56 2013 +0100 +++ b/backend/contrib/run_geo.sh Tue Oct 29 18:57:40 2013 +0100 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Set this to your target database for Oracle HOST=localhost @@ -68,4 +68,5 @@ --skip_hws_points $SKIP_HWS_POINTS \ --skip_dgm $SKIP_DGM \ --skip_jetties $SKIP_JETTIES \ - --skip_floodmarks $SKIP_FLOODMARKS + --skip_floodmarks $SKIP_FLOODMARKS \ + 2>&1