Browse Source

updated message

pull/1156/head
Daniel Gibbs 9 years ago
parent
commit
05257f4188
  1. 4
      lgsm/functions/install_config.sh

4
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
}

Loading…
Cancel
Save