410522 JETTY_PORT sets jetty.port property instead of -Djetty.port
This commit is contained in:
parent
536b8d9504
commit
53270e7edb
|
@ -371,7 +371,7 @@ fi
|
|||
#####################################################
|
||||
if [ "$JETTY_PORT" ]
|
||||
then
|
||||
JAVA_OPTIONS+=("-Djetty.port=$JETTY_PORT")
|
||||
JETTY_ARGS+=("jetty.port=$JETTY_PORT")
|
||||
fi
|
||||
|
||||
#####################################################
|
||||
|
|
Loading…
Reference in New Issue