|
|
@ -104,9 +104,6 @@ fn_install_server_files_steamcmd(){ |
|
|
|
if [ "${appid}" == "90" ]; then |
|
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +quit |
|
|
|
local exitcode=$? |
|
|
|
elif [ "${shortname}" == "unt" ]; then |
|
|
|
${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} validate +quit |
|
|
|
local exitcode=$? |
|
|
|
else |
|
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} +quit |
|
|
|
local exitcode=$? |
|
|
|