From 05257f4188b4978e5b7fd5c06307124e22c77176 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 17 Oct 2016 20:13:49 +0100 Subject: [PATCH] updated message --- lgsm/functions/install_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 997bc4cc2..db634f87c 100644 --- a/lgsm/functions/install_config.sh +++ b/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 }