Skip to content

Commit

Permalink
installer ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 29, 2024
1 parent 283bb6e commit 8928d87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/install_complete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

echo -e ""
fn_messages_separator

if [ "${exitcode}" == "1" ]; then
echo -e "${bold}${red}Install Failed!${default}"
Expand All @@ -23,6 +22,7 @@ elif [ -z "${exitcode}" ] || [ "${exitcode}" == "0" ]; then
echo -e "${bold}${green}Install Complete!${default}"
fn_script_log_pass "Install Complete!"
fi
fn_messages_separator

echo -e ""
echo -e "To start the ${gamename} server type:"
Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn_set_config_vars() {
randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs)
servername="LinuxGSM"
rconpass="admin${randomstring}"
echo -e "setting hostname\c"
echo -en "setting hostname\c"
fn_script_log_info "setting hostname"
fn_sleep_time
# prevents var from being overwritten with the servername.
Expand Down
1 change: 0 additions & 1 deletion lgsm/modules/install_gslt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ else
fn_script_log_info "The GSLT can be changed by editing ${configdirserver}/${selfname}.cfg."
fi
fn_sleep_time_1
echo -e ""
1 change: 1 addition & 0 deletions lgsm/modules/install_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

echo -e ""
echo -e "${bold}${lightyellow}LinuxGSM Stats${default}"
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}"
Expand Down

0 comments on commit 8928d87

Please sign in to comment.