From 5f53c560b395a4bd810b1ddc09e05cafd1e68518 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 11 Jul 2016 23:15:28 +0100 Subject: [PATCH] corrected update function --- lgsm/functions/update_steamcmd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/update_steamcmd.sh b/lgsm/functions/update_steamcmd.sh index 28b6e6594..5f87ec25c 100644 --- a/lgsm/functions/update_steamcmd.sh +++ b/lgsm/functions/update_steamcmd.sh @@ -71,8 +71,8 @@ fn_appmanifest_check(){ fn_print_info_nl "Forcing update to correct issue" fn_script_log_info "Forcing update to correct issue" sleep 1 - update_dl.sh - update_check.sh + fn_update_steamcmd_dl + fn_update_request_log fi elif [ "${appmanifestfilewc}" -eq "0" ]; then if [ "${forceupdate}" == "1" ]; then @@ -88,7 +88,7 @@ fn_appmanifest_check(){ fn_script_log_info "Forcing update to correct issue" sleep 1 update_dl.sh - update_check.sh + fn_update_request_log fi }