mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
eqemu_server.pl - Update regardless of run condition [skip ci]
This commit is contained in:
parent
d5864aea3e
commit
f7cc1053f1
@ -241,7 +241,6 @@ if($ARGV[0] eq "login_server_setup"){
|
|||||||
|
|
||||||
sub do_self_update_check_routine {
|
sub do_self_update_check_routine {
|
||||||
#::: Check Version passed from world to update script
|
#::: Check Version passed from world to update script
|
||||||
if($ARGV[0] eq "ran_from_world") {
|
|
||||||
get_remote_file($eqemu_repository_request_url . "utils/scripts/eqemu_server.pl", "updates_staged/eqemu_server.pl", 0, 1);
|
get_remote_file($eqemu_repository_request_url . "utils/scripts/eqemu_server.pl", "updates_staged/eqemu_server.pl", 0, 1);
|
||||||
|
|
||||||
if(-e "updates_staged/eqemu_server.pl") {
|
if(-e "updates_staged/eqemu_server.pl") {
|
||||||
@ -281,7 +280,6 @@ sub do_self_update_check_routine {
|
|||||||
unlink("updates_staged/eqemu_server.pl");
|
unlink("updates_staged/eqemu_server.pl");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
sub get_installation_variables{
|
sub get_installation_variables{
|
||||||
#::: Fetch installation variables before building the config
|
#::: Fetch installation variables before building the config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user