add: -i flag for helma installation dir

(just for the record)
This commit is contained in:
Tobi Schäfer 2016-12-17 10:50:18 +01:00
parent 8820821f41
commit c50fec4abb

View file

@ -71,7 +71,7 @@ if [ "$RMI_PORT" ]; then
echo Starting RMI server on port $RMI_PORT echo Starting RMI server on port $RMI_PORT
fi fi
if [ "$HOP_HOME" ]; then if [ "$HOP_HOME" ]; then
SWITCHES="$SWITCHES -h $HOP_HOME" SWITCHES="$SWITCHES -i $HOP_HOME -h $HOP_HOME"
fi fi
# Invoke the Java VM # Invoke the Java VM