comparison backend/contrib/run_geo.sh @ 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 e68e414dceb2
children f7c49975cc15
comparison
equal deleted inserted replaced
7457:1d37d324eedc 7458:b2e167f193d7
1 #!/bin/sh 1 #!/bin/bash
2 2
3 # Set this to your target database for Oracle 3 # Set this to your target database for Oracle
4 HOST=localhost 4 HOST=localhost
5 BACKEND_NAME="XE" 5 BACKEND_NAME="XE"
6 USER=flys28 6 USER=flys28
66 --skip_uesgs $SKIP_UESG \ 66 --skip_uesgs $SKIP_UESG \
67 --skip_hws_lines $SKIP_HWS_LINES \ 67 --skip_hws_lines $SKIP_HWS_LINES \
68 --skip_hws_points $SKIP_HWS_POINTS \ 68 --skip_hws_points $SKIP_HWS_POINTS \
69 --skip_dgm $SKIP_DGM \ 69 --skip_dgm $SKIP_DGM \
70 --skip_jetties $SKIP_JETTIES \ 70 --skip_jetties $SKIP_JETTIES \
71 --skip_floodmarks $SKIP_FLOODMARKS 71 --skip_floodmarks $SKIP_FLOODMARKS \
72 2>&1

http://dive4elements.wald.intevation.org