add: -i flag for helma installation dir
(just for the record)
This commit is contained in:
parent
8820821f41
commit
c50fec4abb
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue