mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 07:22:29 +00:00
Keep eqemu_server.pl from chown'ing the script to a pre-fixed user [skip ci]
This commit is contained in:
parent
2dee62c850
commit
f2a075d432
@ -298,7 +298,6 @@ sub do_self_update_check_routine {
|
|||||||
copy_file($file, $destination_file);
|
copy_file($file, $destination_file);
|
||||||
if($OS eq "Linux"){
|
if($OS eq "Linux"){
|
||||||
system("chmod 755 eqemu_server.pl");
|
system("chmod 755 eqemu_server.pl");
|
||||||
system("chown eqemu eqemu_server.pl");
|
|
||||||
}
|
}
|
||||||
system("perl eqemu_server.pl start_from_world");
|
system("perl eqemu_server.pl start_from_world");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user