Przeglądaj źródła

Update fn_validate

Scarsz 11 lat temu
rodzic
commit
8146c562f9
1 zmienionych plików z 3 dodań i 1 usunięć
  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}"