Browse Source

installer ui changes

feature/dst-changes
Daniel Gibbs 6 months ago
parent
commit
8928d874ca
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/install_complete.sh
  2. 2
      lgsm/modules/install_config.sh
  3. 1
      lgsm/modules/install_gslt.sh
  4. 1
      lgsm/modules/install_stats.sh

2
lgsm/modules/install_complete.sh

@ -8,7 +8,6 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
echo -e "" echo -e ""
fn_messages_separator
if [ "${exitcode}" == "1" ]; then if [ "${exitcode}" == "1" ]; then
echo -e "${bold}${red}Install Failed!${default}" echo -e "${bold}${red}Install Failed!${default}"
@ -23,6 +22,7 @@ elif [ -z "${exitcode}" ] || [ "${exitcode}" == "0" ]; then
echo -e "${bold}${green}Install Complete!${default}" echo -e "${bold}${green}Install Complete!${default}"
fn_script_log_pass "Install Complete!" fn_script_log_pass "Install Complete!"
fi fi
fn_messages_separator
echo -e "" echo -e ""
echo -e "To start the ${gamename} server type:" echo -e "To start the ${gamename} server type:"

2
lgsm/modules/install_config.sh

@ -96,7 +96,7 @@ fn_set_config_vars() {
randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs) randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs)
servername="LinuxGSM" servername="LinuxGSM"
rconpass="admin${randomstring}" rconpass="admin${randomstring}"
echo -e "setting hostname\c" echo -en "setting hostname\c"
fn_script_log_info "setting hostname" fn_script_log_info "setting hostname"
fn_sleep_time fn_sleep_time
# prevents var from being overwritten with the servername. # prevents var from being overwritten with the servername.

1
lgsm/modules/install_gslt.sh

@ -44,4 +44,3 @@ else
fn_script_log_info "The GSLT can be changed by editing ${configdirserver}/${selfname}.cfg." fn_script_log_info "The GSLT can be changed by editing ${configdirserver}/${selfname}.cfg."
fi fi
fn_sleep_time_1 fn_sleep_time_1
echo -e ""

1
lgsm/modules/install_stats.sh

@ -9,6 +9,7 @@ moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
echo -e "" echo -e ""
echo -e "${bold}${lightyellow}LinuxGSM Stats${default}" echo -e "${bold}${lightyellow}LinuxGSM Stats${default}"
fn_messages_separator
echo -e "Assist LinuxGSM development by sending anonymous stats to developers." 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 "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 "More info: ${italic}https://docs.linuxgsm.com/configuration/linuxgsm-stats${default}"

Loading…
Cancel
Save