Browse Source

removed nl

pull/1011/head
Daniel Gibbs 9 years ago
parent
commit
50f36468c6
  1. 2
      lgsm/functions/update_minecraft.sh
  2. 2
      lgsm/functions/update_mumble.sh
  3. 2
      lgsm/functions/update_ts3.sh

2
lgsm/functions/update_minecraft.sh

@ -80,7 +80,7 @@ fn_update_availablebuild(){
fn_script_log_fatal "Failure! Checking for update: mojang.com: Not returning version info"
core_exit.sh
else
fn_print_ok_nl "Checking for update: mojang.com"
fn_print_ok "Checking for update: mojang.com"
fn_script_log_pass "Checking for update: mojang.com"
sleep 1
fi

2
lgsm/functions/update_mumble.sh

@ -87,7 +87,7 @@ fn_update_mumble_availablebuild(){
fn_script_log_fatal "Failure! Checking for update: GitHub: Not returning version info"
core_exit.sh
else
fn_print_ok_nl "Checking for update: GitHub"
fn_print_ok "Checking for update: GitHub"
fn_script_log_pass "Checking for update: GitHub"
sleep 1
fi

2
lgsm/functions/update_ts3.sh

@ -119,7 +119,7 @@ fn_update_ts3_availablebuild(){
fn_script_log_fatal "Failure! Checking for update: teamspeak.com: Not returning version info"
core_exit.sh
else
fn_print_ok_nl "Checking for update: teamspeak.com"
fn_print_ok "Checking for update: teamspeak.com"
fn_script_log_pass "Checking for update: teamspeak.com"
sleep 1
fi

Loading…
Cancel
Save