Explorar o código

updated message

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
05257f4188
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lgsm/functions/install_config.sh

+ 2 - 2
lgsm/functions/install_config.sh

@@ -30,8 +30,8 @@ fn_set_config_vars(){
 	fn_script_log_info "changing hostname."
 	sleep 1
 	sed -i "s/SERVERNAME/${servername}/g" "${servercfgfullpath}"
-	echo "changing rconpassword."
-	fn_script_log_info "changing RCON/ADMIN password."
+	echo "changing rcon/admin password."
+	fn_script_log_info "changing rcon/admin password."
 	sed -i "s/ADMINPASSWORD/${rconpass}/g" "${servercfgfullpath}"
 	sleep 1
 }