Merge pull request #5 from EQEmu/master

merge local
This commit is contained in:
KentaiVZ
2019-03-12 18:16:33 +11: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";