Merge pull request #828 from noudess/master

Fix issue with perl script not updating itself correctly
This commit is contained in:
Chris Miles
2019-03-11 12:46:26 -07:00
committed by GitHub
+1 -1
View File
@@ -637,7 +637,7 @@ sub do_self_update_check_routine {
if ($OS eq "Linux") { if ($OS eq "Linux") {
system("chmod 755 eqemu_server.pl"); 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"; print "[Install] Done\n";