|
|
@@ -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
|