mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
4180ef58ef
commit
852a8e1617
@ -243,7 +243,7 @@ sub show_install_summary_info
|
|||||||
print " - server_status.sh Prints the status of the EQEmu Server processes\n";
|
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");
|
analytics_insertion("install_complete", "null");
|
||||||
}
|
}
|
||||||
@ -1465,7 +1465,7 @@ sub read_eqemu_config_json
|
|||||||
sub aa_fetch
|
sub aa_fetch
|
||||||
{
|
{
|
||||||
if (!$db) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2395,7 +2395,7 @@ sub run_database_check
|
|||||||
{
|
{
|
||||||
|
|
||||||
if (!$db) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user