${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit |uniq |tee -a "${lgsmlog}""${steamcmdlog}"
elif[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit |uniq |tee -a "${lgsmlog}""${steamcmdlog}"
else
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit |uniq |tee -a "${lgsmlog}""${steamcmdlog}"
fi
# All other servers.
else
if[ -n "${branch}"]&&[ -n "${betapassword}"];then
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"