Daniel Gibbs 1 год назад
Родитель
Сommit
e521d481e7
3 измененных файлов с 9 добавлено и 10 удалено
  1. 0 1
      lgsm/modules/install_config.sh
  2. 7 8
      lgsm/modules/install_gslt.sh
  3. 2 1
      lgsm/modules/install_stats.sh

+ 0 - 1
lgsm/modules/install_config.sh

@@ -22,7 +22,6 @@ fn_default_config_remote() {
 	echo -e "${bold}${lightyellow}Downloading ${gamename} Configs${default}"
 	fn_messages_separator
 	echo -e "Downloading default configs from:"
-	echo -e ""
 	echo -e "${italic}https://github.com/GameServerManagers/Game-Server-Configs${default}"
 	echo -e ""
 	fn_sleep_time_1

+ 7 - 8
lgsm/modules/install_gslt.sh

@@ -11,17 +11,16 @@ echo -e ""
 echo -e "${bold}${lightyellow}Game Server Login Token${default}"
 fn_messages_separator
 if [ "${shortname}" == "csgo" ] || [ "${shortname}" == "css" ] || [ "${shortname}" == "nmrih" ] || [ "${shortname}" == "bs" ]; then
-	echo -e "GSLT is required to run a public ${gamename} server"
+	echo -e "GSLT is required to run a public ${gamename} server."
 	fn_script_log_info "GSLT is required to run a public ${gamename} server"
 else
-	echo -e "GSLT is an optional feature for ${gamename} server"
+	echo -e "GSLT is an optional feature for ${gamename} server."
 	fn_script_log_info "GSLT is an optional feature for ${gamename} server"
 fi
 
-echo -e "Get more info and a token here:"
-echo -e "${italic}https://docs.linuxgsm.com/steamcmd/gslt"
-fn_script_log_info "Get more info and a token here:"
-fn_script_log_info "https://docs.linuxgsm.com/steamcmd/gslt"
+echo -e ""
+echo -e "Get more info: ${italic}https://docs.linuxgsm.com/steamcmd/gslt${default}"
+fn_script_log_info "Get more info: https://docs.linuxgsm.com/steamcmd/gslt"
 echo -e ""
 if [ -z "${autoinstall}" ]; then
 	if [ "${shortname}" != "tu" ]; then
@@ -37,10 +36,10 @@ if [ -z "${autoinstall}" ]; then
 fi
 
 if [ "${shortname}" == "tu" ]; then
-	echo -e "The GSLT can be changed by editing ${servercfgdir}/${servercfg}."
+	echo -e "The GSLT can be changed by editing ${italic}${servercfgdir}/${servercfg}${default}"
 	fn_script_log_info "The GSLT can be changed by editing ${servercfgdir}/${servercfg}."
 else
-	echo -e "The GSLT can be changed by editing ${configdirserver}/${selfname}.cfg."
+	echo -e "The GSLT can be changed by editing ${italic}${configdirserver}/${selfname}.cfg${default}"
 	fn_script_log_info "The GSLT can be changed by editing ${configdirserver}/${selfname}.cfg."
 fi
 fn_sleep_time_1

+ 2 - 1
lgsm/modules/install_stats.sh

@@ -13,6 +13,7 @@ fn_messages_separator
 echo -e "Assist LinuxGSM development by sending anonymous stats to developers."
 echo -e "Collected data is publicly available: ${italic}https://linuxgsm.com/data/usage${default}"
 echo -e "More info: ${italic}https://docs.linuxgsm.com/configuration/linuxgsm-stats${default}"
+echo -e ""
 echo -e "The following info will be sent: "
 echo -e "* game server"
 echo -e "* distro"
@@ -25,5 +26,5 @@ if [ -z "${autoinstall}" ]; then
 	fi
 else
 	echo -e ""
-	echo -e "auto-install leaves stats off by default. Stats can be enabled in common.cfg"
+	echo -e "auto-install leaves stats off by default. Stats can be enabled in ${italic}common.cfg${default}"
 fi