scripts/start-server.sh aktualisiert

This commit is contained in:
2025-06-08 20:30:28 +02:00
parent 04909716f6
commit a4bf37a655

View File

@@ -66,4 +66,4 @@ echo "---Server ready---"
echo "---Start Server---"
cd ${SERVER_DIR}
${SERVER_DIR}/DayZServer -port=${GAME_PORT} -profiles ${SERVER_DIR}/saves -config=${SERVER_DIR}/saves/serverDZ.cfg ${GAME_PARAMS}
${SERVER_DIR}/DayZServer -port=${GAME_PORT} -profiles=${SERVER_DIR}/saves -config=${SERVER_DIR}/saves/serverDZ.cfg ${GAME_PARAMS}