From 852a8e1617d90779314aeaf9c48aa6e0444a5d3b Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 19 May 2020 01:17:02 -0500 Subject: [PATCH] Update eqemu_server.pl [skip ci] --- utils/scripts/eqemu_server.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/scripts/eqemu_server.pl b/utils/scripts/eqemu_server.pl index 90881c309..e094e0cce 100755 --- a/utils/scripts/eqemu_server.pl +++ b/utils/scripts/eqemu_server.pl @@ -243,7 +243,7 @@ sub show_install_summary_info print " - server_status.sh Prints the status of the EQEmu Server processes\n"; } - print "[Configure] eqemu_config.xml Edit to change server settings and name\n"; + print "[Configure] eqemu_config.json Edit to change server settings and name\n"; analytics_insertion("install_complete", "null"); } @@ -1465,7 +1465,7 @@ sub read_eqemu_config_json sub aa_fetch { if (!$db) { - print "No database present, check your eqemu_config.xml for proper MySQL/MariaDB configuration...\n"; + print "No database present, check your eqemu_config.json for proper MySQL/MariaDB configuration...\n"; return; } @@ -2395,7 +2395,7 @@ sub run_database_check { if (!$db) { - print "No database present, check your eqemu_config.xml for proper MySQL/MariaDB configuration...\n"; + print "No database present, check your eqemu_config.json for proper MySQL/MariaDB configuration...\n"; return; }