Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 7008:0e7c667018fc
make_release.sh: default DGM_PATH to path on poland.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Sep 2013 12:28:13 +0200 |
parents | e5d8cbce3040 |
children | e2102c4b7b07 |
comparison
equal
deleted
inserted
replaced
7007:d584100063dd | 7008:0e7c667018fc |
---|---|
84 BACKENDPORT=${BACKENDPORT:-5432} | 84 BACKENDPORT=${BACKENDPORT:-5432} |
85 BACKENDBACK=${BACKENDBACK:-flys_devel} | 85 BACKENDBACK=${BACKENDBACK:-flys_devel} |
86 BACKENDUSER=${BACKENDUSER:-flys_dami} | 86 BACKENDUSER=${BACKENDUSER:-flys_dami} |
87 BACKENDPASS=${BACKENDPASS:-flys_dami} | 87 BACKENDPASS=${BACKENDPASS:-flys_dami} |
88 INITSQLS=${INITSQLS:-} | 88 INITSQLS=${INITSQLS:-} |
89 DGM_PATH=${DGM_PATH:-/opt/river/gewaesser} | 89 DGM_PATH=${DGM_PATH:-/vol1/projects/Geospatial/flys-3.0/testdaten/dami_dgms/} |
90 LOG_DIR=/var/log/flys | 90 LOG_DIR=/var/log/flys |
91 | 91 |
92 OPTS=`getopt -o ?w:,t,o \ | 92 OPTS=`getopt -o ?w:,t,o \ |
93 -l help,oracle \ | 93 -l help,oracle \ |
94 -n $0 -- "$@"` | 94 -n $0 -- "$@"` |