mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Clean alpha order to Installer JSON config
This commit is contained in:
parent
dcfefee060
commit
b4a234b1c0
@ -688,6 +688,8 @@ sub do_install_config_json {
|
||||
$config->{"server"}{"database"}{"password"} = $installation_variables{"mysql_eqemu_password"};
|
||||
$config->{"server"}{"database"}{"db"} = $db_name;
|
||||
|
||||
$json->canonical(1);
|
||||
|
||||
open(my $fh, '>', 'eqemu_config.json');
|
||||
print $fh $json->pretty->utf8->encode($config);
|
||||
close $fh;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user