Daniel Gibbs 10 лет назад
Родитель
Сommit
5f53c560b3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      lgsm/functions/update_steamcmd.sh

+ 3 - 3
lgsm/functions/update_steamcmd.sh

@@ -71,8 +71,8 @@ fn_appmanifest_check(){
 			fn_print_info_nl "Forcing update to correct issue"
 			fn_print_info_nl "Forcing update to correct issue"
 			fn_script_log_info "Forcing update to correct issue"
 			fn_script_log_info "Forcing update to correct issue"
 			sleep 1
 			sleep 1
-			update_dl.sh
-			update_check.sh
+			fn_update_steamcmd_dl
+			fn_update_request_log
 		fi
 		fi
 	elif [ "${appmanifestfilewc}" -eq "0" ]; then
 	elif [ "${appmanifestfilewc}" -eq "0" ]; then
 		if [ "${forceupdate}" == "1" ]; then
 		if [ "${forceupdate}" == "1" ]; then
@@ -88,7 +88,7 @@ fn_appmanifest_check(){
 		fn_script_log_info "Forcing update to correct issue"
 		fn_script_log_info "Forcing update to correct issue"
 		sleep 1
 		sleep 1
 		update_dl.sh
 		update_dl.sh
-		update_check.sh
+		fn_update_request_log
 	fi
 	fi
 }
 }