diff --git a/start.sh b/start.sh index 649170f..ddcea6f 100644 --- a/start.sh +++ b/start.sh @@ -108,5 +108,5 @@ fi JAVA_CMD="${JAVA_CMD} --bind 0.0.0.0:${SERVER_PORT}" # Execute the command -echo $JAVA_CMD +#echo $JAVA_CMD eval $JAVA_CMD \ No newline at end of file