From 21a9b95c626064a3fc308e78fd2c63a45099a8ee Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 8 Jul 2016 01:25:43 +0100 Subject: [PATCH] hides checking for update in installer --- lgsm/functions/update_ts3.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/update_ts3.sh b/lgsm/functions/update_ts3.sh index dcc1364e6..3fca4194f 100644 --- a/lgsm/functions/update_ts3.sh +++ b/lgsm/functions/update_ts3.sh @@ -22,10 +22,7 @@ fn_update_ts3_dl(){ } -# Checks for server update from teamspeak.com using a mirror dl.4players.de. -fn_print_dots "Checking for update: teamspeak.com" -fn_script_log_info "Checking for update: teamspeak.com" -sleep 1 + fn_update_ts3_currentbuild(){ # Gets currentbuild info @@ -168,11 +165,16 @@ fn_update_ts3_compare(){ fi } + fn_update_ts3_arch if [ "${installer}" == "1" ]; then fn_update_ts3_availablebuild fn_update_ts3_dl else + # Checks for server update from teamspeak.com using a mirror dl.4players.de. + fn_print_dots "Checking for update: teamspeak.com" + fn_script_log_info "Checking for update: teamspeak.com" + sleep 1 fn_update_ts3_currentbuild fn_update_ts3_availablebuild fn_update_ts3_compare