Kaynağa Gözat

added more screen info

Daniel Gibbs 10 yıl önce
ebeveyn
işleme
9a927665ee
1 değiştirilmiş dosya ile 9 ekleme ve 2 silme
  1. 9 2
      lgsm/functions/update_steamcmd.sh

+ 9 - 2
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