From 8146c562f9cf6918551bb716448d63e9240a1986 Mon Sep 17 00:00:00 2001 From: Scarsz Date: Sat, 16 May 2015 01:52:45 -0700 Subject: [PATCH] Update fn_validate --- functions/fn_validate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"