diff --git a/functions/fn_validate b/functions/fn_validate index 1c928f650..80f860ed1 100644 --- a/functions/fn_validate +++ b/functions/fn_validate @@ -23,8 +23,10 @@ sleep 1 cd "${rootdir}" cd "steamcmd" +fn_check_steamuser + if [ $(command -v unbuffer) ]; then - unbuffer=unbuffer + unbuffer=unbuffer fi ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}"