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