Browse Source

update_steamsmd_dl

Daniel Gibbs 10 years ago
parent
commit
b7df022895
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lgsm/functions/update_steamcmd.sh

+ 1 - 2
lgsm/functions/update_steamcmd.sh

@@ -9,7 +9,6 @@ local commandaction="Update"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
 
 fn_update_steamcmd_dl(){
 fn_update_steamcmd_dl(){
-
 	check.sh
 	check.sh
 	info_config.sh
 	info_config.sh
 	fn_print_dots "SteamCMD"
 	fn_print_dots "SteamCMD"
@@ -87,7 +86,7 @@ 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
+		fn_update_steamcmd_dl
 		fn_update_request_log
 		fn_update_request_log
 	fi
 	fi
 }
 }