„scripts/start-server.sh“ ändern

This commit is contained in:
2022-05-17 13:01:16 +02:00
parent 83f456fea5
commit 4cd5b3a91b

View File

@@ -62,4 +62,4 @@ echo "---Server ready---"
echo "---Start Server---" echo "---Start Server---"
cd ${SERVER_DIR}/Mist/Binaries/Linux 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 -password="${GAME_PASSWORD}" ${GAME_PARAMS} ./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 -password="${SRV_PASSWORD}" ${GAME_PARAMS}