From 9a927665eec898ec1b8656f4eba0fcd63ae6eefd Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 1 Jul 2016 21:00:31 +0100 Subject: [PATCH] added more screen info --- lgsm/functions/update_steamcmd.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/update_steamcmd.sh b/lgsm/functions/update_steamcmd.sh index da2969356..2cc72e72d 100644 --- a/lgsm/functions/update_steamcmd.sh +++ b/lgsm/functions/update_steamcmd.sh @@ -7,6 +7,14 @@ lgsm_version="210516" # Description:Handles updating using steamCMD. fn_update_steamcmd_dl(){ + + check.sh + info_config.sh + fn_print_dots "Updating ${servername}" + sleep 1 + fn_print_ok_nl "Updating ${servername}" + fn_script_log_info "Updating ${servername}" + cd "${rootdir}/steamcmd" # Detects if unbuffer command is available. @@ -222,5 +230,4 @@ if [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then else fn_update_request_log fn_update_steamcmd_check -fi -core_exit.sh \ No newline at end of file +fi \ No newline at end of file