Scarsz 11 лет назад
Родитель
Сommit
8146c562f9
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      functions/fn_validate

+ 3 - 1
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}"