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 $!"

View File

@@ -40,10 +40,10 @@ wget https://nightly.link/usatiuk/dhfs/actions/runs/$LATEST/Run%20wrapper.zip
unzip "Run wrapper.zip"
rm "Run wrapper.zip"
tar xvf "run-wrapper.tar.gz" --strip-components=2
tar xvf "run-wrapper.tar.gz" --strip-components 2
rm "run-wrapper.tar.gz"
rm -rf "DHFS Package"
rm -rf "Server"
rm -rf "Webui"
rm -rf "NativeLibs"