fix: saves are relative to server location
Some checks failed
/ publish-docker (push) Failing after 30m6s

This commit is contained in:
Laborratte 5 2026-04-06 15:28:42 +02:00
parent 62627646b0
commit 239c2b9825
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ echo "Starting stationeers dedicated server"
echo > /server.log
./stationeers-dd/rocketstation_DedicatedServer.x86_64\
-file start "/saves/${SAVEGAME_NAME:-my_station}" "${WORLD_ID:-Lunar}"\
-file start "${SAVEGAME_NAME:-my_station}" "${WORLD_ID:-Lunar}"\
-logFile "/server.log"\
-settings\
StartLocalHost true\