Daniel Gibbs 10 лет назад
Родитель
Сommit
f6c60ef371
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      lgsm/functions/check_config.sh
  2. 1 1
      lgsm/functions/update_steamcmd.sh

+ 2 - 0
lgsm/functions/check_config.sh

@@ -9,6 +9,8 @@ local selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
 
 if [ ! -e "${servercfgfullpath}" ]; then
 if [ ! -e "${servercfgfullpath}" ]; then
 	if [ "${gamename}" != "Hurtworld" ]; then
 	if [ "${gamename}" != "Hurtworld" ]; then
+		fn_print_dots ""
+		sleep 0.5
 		fn_print_warn_nl "Configuration file missing!"
 		fn_print_warn_nl "Configuration file missing!"
 		echo "${servercfgfullpath}"
 		echo "${servercfgfullpath}"
 		fn_script_log_warn "Configuration file missing!"
 		fn_script_log_warn "Configuration file missing!"

+ 1 - 1
lgsm/functions/update_steamcmd.sh

@@ -209,7 +209,7 @@ fn_update_steamcmd_check(){
 		echo -e "	Available version: ${green}${availablebuild}${default}"
 		echo -e "	Available version: ${green}${availablebuild}${default}"
 		echo -e "	https://steamdb.info/app/${appid}/"
 		echo -e "	https://steamdb.info/app/${appid}/"
 		echo -e ""
 		echo -e ""
-		fn_print_ok_nl "No update available"
+		fn_print_ok_nl ": Checking for update: No update available"
 		fn_script_log_info "Current build: ${currentbuild}"
 		fn_script_log_info "Current build: ${currentbuild}"
 		fn_script_log_info "Available build: ${availablebuild}"
 		fn_script_log_info "Available build: ${availablebuild}"
 	fi
 	fi