mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 09:01:29 +00:00
Update eqemu_server.pl
This commit is contained in:
parent
ce41cf9cd5
commit
a2dd1fc753
@ -72,14 +72,6 @@ if (-e "eqemu_update.pl") {
|
||||
unlink("eqemu_update.pl");
|
||||
}
|
||||
|
||||
if (-e "db_update") {
|
||||
unlink("db_update");
|
||||
}
|
||||
|
||||
if (-e "updates_staged") {
|
||||
unlink("updates_staged");
|
||||
}
|
||||
|
||||
print "[Info] For EQEmu Server management utilities - run eqemu_server.pl\n" if $ARGV[0] eq "ran_from_world";
|
||||
|
||||
check_db_version_table();
|
||||
@ -652,6 +644,14 @@ sub do_self_update_check_routine {
|
||||
}
|
||||
else {
|
||||
print "[Update] No script update necessary...\n";
|
||||
|
||||
if (-e "db_update") {
|
||||
unlink("db_update");
|
||||
}
|
||||
|
||||
if (-e "updates_staged") {
|
||||
unlink("updates_staged");
|
||||
}
|
||||
}
|
||||
|
||||
unlink("updates_staged/eqemu_server.pl");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user