mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Delete old config
This commit is contained in:
parent
8a50039482
commit
efda99c230
@ -327,15 +327,18 @@ sub check_xml_to_json_conversion {
|
|||||||
close $fh;
|
close $fh;
|
||||||
|
|
||||||
mkdir('backups');
|
mkdir('backups');
|
||||||
copy_file("eqemu_config.xml", "backups/eqemu_config.xml");
|
copy_file("eqemu_config.xml", "backups/eqemu_config.xml");
|
||||||
|
unlink('eqemu_config.xml');
|
||||||
|
|
||||||
print "[Server Maintenance] eqemu_config.xml is now DEPRECATED \n";
|
print "[Server Maintenance] eqemu_config.xml is now DEPRECATED \n";
|
||||||
print " A backup of this old config is located in the backups folder of your server directory\n";
|
print "[Server Maintenance] eqemu_config.json is now the new Server config format \n";
|
||||||
print " --- \n";
|
print " A backup of this old config is located in the backups folder of your server directory\n";
|
||||||
print " You may have some plugins and/or applications that still require reference of this config file\n";
|
print " --- \n";
|
||||||
print " Please update these plugins/applications to use the new configuration format if needed\n";
|
print " You may have some plugins and/or applications that still require reference of this config file\n";
|
||||||
print " Thanks for your understanding\n";
|
print " Please update these plugins/applications to use the new configuration format if needed\n";
|
||||||
print " The EQEmulator Team\n\n";
|
print " --- \n";
|
||||||
|
print " Thanks for your understanding\n";
|
||||||
|
print " The EQEmulator Team\n\n";
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user