Keep eqemu_server.pl from chown'ing the script to a pre-fixed user [skip ci]

This commit is contained in:
Akkadius 2016-08-27 00:52:48 -05:00 committed by GitHub
parent 2dee62c850
commit f2a075d432

View File

@ -298,7 +298,6 @@ sub do_self_update_check_routine {
copy_file($file, $destination_file);
if($OS eq "Linux"){
system("chmod 755 eqemu_server.pl");
system("chown eqemu eqemu_server.pl");
}
system("perl eqemu_server.pl start_from_world");
}