cleanup run wrapper

This commit is contained in:
2025-05-03 16:39:52 +02:00
parent c329c1f982
commit eb5b0ae03c
3 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ java \
-Dquarkus.log.category.\"com.usatiuk\".level=INFO \
-Dquarkus.log.category.\"com.usatiuk.dhfs\".level=INFO \
-Ddhfs.webui.root="$SCRIPT_DIR"/Webui $EXTRAOPTS_PARSED \
-jar "$SCRIPT_DIR"/"DHFS Package"/quarkus-run.jar >quarkus.log 2>&1 &
-jar "$SCRIPT_DIR"/"Server"/quarkus-run.jar >quarkus.log 2>&1 &
echo "Started $!"