mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 00:21:28 +00:00
Merge pull request #828 from noudess/master
Fix issue with perl script not updating itself correctly
This commit is contained in:
commit
26a95998da
@ -637,7 +637,7 @@ sub do_self_update_check_routine {
|
||||
if ($OS eq "Linux") {
|
||||
system("chmod 755 eqemu_server.pl");
|
||||
}
|
||||
system("perl eqemu_server.pl start_from_world");
|
||||
exec("perl eqemu_server.pl ran_from_world");
|
||||
}
|
||||
}
|
||||
print "[Install] Done\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user