[PATCH] run_geo.sh: allow logging as documented

Wald Commits scm-commit at wald.intevation.org
Tue Oct 29 18:57:42 CET 2013


# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1383069460 -3600
# Node ID b2e167f193d79d9c6bb9feefdd1367a888dc07b1
# Parent  1d37d324eedc8c34d73a6a7e099980e0574437e7
run_geo.sh: allow logging as documented.

diff -r 1d37d324eedc -r b2e167f193d7 backend/contrib/run_geo.sh
--- 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


More information about the Dive4elements-commits mailing list