update
vintage-story-build-latest / Docker prune (vm-docker-build2) (push) Successful in 3s
vintage-story-build-latest / poll-debian-base-and-detect-changes (push) Successful in 6s
vintage-story-build-latest / Build and Push latest (push) Successful in 26s
vintage-story-build-latest / generate-changelogs (push) Successful in 7s
vintage-story-build-latest / generate-build-info (push) Successful in 10s

This commit is contained in:
2026-07-28 11:20:58 -07:00
parent 21788f57ec
commit c4639298ae
+1 -1
View File
@@ -27,5 +27,5 @@ trap cleanup SIGINT SIGTERM
# Start the Minecraft server in a detached screen session
echo "INFO ! Starting Vintage-Story Server in a screen session."
touch "$LOG_FILE"
screen -L -Logfile "$LOG_FILE" -dmS "$SESSION" bash -c ./VintagestoryServer.dll
screen -L -Logfile "$LOG_FILE" -dmS "$SESSION" bash -c dotnet VintagestoryServer.dll --data-path /data
exec tail -F "$LOG_FILE"