„scripts/start-server.sh“ ändern

This commit is contained in:
2019-12-19 13:39:48 +01:00
parent 06941abaee
commit 33d7193e3f

View File

@@ -101,4 +101,4 @@ sleep 5
echo "---Start Server---"
cd ${SERVER_DIR}
wine start srcds.exe -console -game ${GAME_NAME} ${GAME_PARAMS} +port ${GAME_PORT}
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine start srcds.exe -console -game ${GAME_NAME} ${GAME_PARAMS} +port ${GAME_PORT}