view flys-aft/bin/run.sh @ 5463:1aedf4c0ac28

Move background out of rastermap folder. This folder can easily be readded when there are more rastermaps but for now it was just a useless folder.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 26 Mar 2013 18:30:44 +0100
parents f72c253663fc
children
line wrap: on
line source
#!/bin/bash

bin_dir=`dirname $0`
bin_dir=`readlink -f $bin_dir`
exec java \
    -Dlog4j.configuration=file://$bin_dir/log4j.properties \
    -Dconfig.file=$bin_dir/../doc/conf-oracle.xml \
    -jar $bin_dir/etl.jar

http://dive4elements.wald.intevation.org