Acekorneya / Ark-Survival-Ascended-Server

Ark Survival Ascended Server Docker Image for running a server on Linux
MIT License
123 stars 22 forks source link

Fix: SteamCMD commands fix #44

Closed lukas-frml closed 5 months ago

lukas-frml commented 5 months ago

Fixed the SteamCMD commands for the install_server.sh and update_server.sh scripts. Without the changes the container setup from the management-script doesn't work and ends up unsuccessful. force_install_dir has to be executed before login or else SteamCMD won't run the ArkServer-installation correctly.

Don't know if thats the case for everybody, but for me the script doesn't work without these changes.