mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-22 19:31:29 +00:00
Update eqemu_server.pl - Fix windows installs [skip ci]
This commit is contained in:
parent
0efd0c5f73
commit
5b03fba463
@ -168,31 +168,13 @@ sub analytics_insertion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#::: Command line argument calls
|
#::: Command line argument calls
|
||||||
if($ARGV[0]){
|
if($ARGV[0] eq "installer"){
|
||||||
analytics_insertion("cli", trim($ARGV[0]));
|
print "Hi\n";
|
||||||
}
|
analytics_insertion("full_install", "Binary DB Version / Local DB Version :: " . $binary_database_version . " / " . $local_database_version);
|
||||||
if($ARGV[0] eq "show_install_summary_info"){
|
|
||||||
show_install_summary_info();
|
|
||||||
}
|
|
||||||
if($ARGV[0] eq "loginserver_install_linux"){
|
|
||||||
do_linux_login_server_setup();
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
if($ARGV[0] eq "new_server"){
|
|
||||||
new_server();
|
new_server();
|
||||||
show_install_summary_info();
|
show_install_summary_info();
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
if($ARGV[0] eq "installer"){
|
|
||||||
analytics_insertion("full_install", "Binary DB Version / Local DB Version :: " . $binary_database_version . " / " . $local_database_version);
|
|
||||||
do_installer_routines();
|
|
||||||
show_install_summary_info();
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
if($ARGV[0] eq "db_dump_compress"){
|
|
||||||
database_dump_compress();
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
sub show_install_summary_info {
|
sub show_install_summary_info {
|
||||||
print "[Install] Installation complete...\n";
|
print "[Install] Installation complete...\n";
|
||||||
@ -321,6 +303,8 @@ sub new_server {
|
|||||||
print "[New Server] New server folder install complete\n";
|
print "[New Server] New server folder install complete\n";
|
||||||
print "[New Server] Below is your installation info:\n";
|
print "[New Server] Below is your installation info:\n";
|
||||||
|
|
||||||
|
show_install_summary_info();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user