view contrib/init.d/d4e-start @ 9717:6824c447f5b0 3.2.x

Ensure pseudo-boolean values in hws_lines.official NULL values lead to a null pointer in HWSFactory and the semantic of the column is clearly boolean. See also rev. aef987124822 for a related fix in the importer.
author Tom Gottfried <tom@intevation.de>
date Mon, 22 Mar 2021 18:14:47 +0100
parents 1709c429818a
children
line wrap: on
line source
#!/bin/bash
cd $FLYSDIR
/usr/bin/java -classpath $CLASSPATH $ARGS $MAINCLASS >> $LOGFILE 2>&1&
echo $! > $D4E_PID

http://dive4elements.wald.intevation.org