Răsfoiți Sursa

installer ui changes

Daniel Gibbs 1 an în urmă
părinte
comite
8928d874ca

+ 1 - 1
lgsm/modules/install_complete.sh

@@ -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}"
@@ -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:"

+ 1 - 1
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)
 		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.

+ 0 - 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."
 fi
 fn_sleep_time_1
-echo -e ""

+ 1 - 0
lgsm/modules/install_stats.sh

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