Browse Source

added more screen info

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
9a927665ee
  1. 11
      lgsm/functions/update_steamcmd.sh

11
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
fi
Loading…
Cancel
Save