„scripts/start-server.sh“ ändern

This commit is contained in:
2022-05-17 12:34:49 +02:00
parent ca0c8fefe6
commit 7c7b8824a2

View File

@@ -64,5 +64,5 @@ echo "---Sleep zZzZz---"
sleep infinity
echo "---Start Server---"
cd ${SERVER_DIR}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}
cd ${SERVER_DIR}/Mist/Binaries/Linux
./MistServer-Linux-Shipping -log -force_steamclient_link -messaging -backendapiurloverride="backend.last-oasis.com" -identifier="${IDENTIFIER}" -CustomerKey="${CUSTOMER_KEY}" -ProviderKey="${PROVIDER_KEY}" -slots="${SLOTS}" -OverrideConnectionAddress="0.0.0.0" ${GAME_PARAMS}