Change the system call to an exec. Fix the misnamed argument.

This commit is contained in:
Noudess 2019-03-11 13:15:55 -04:00
parent ca4e23695d
commit 6715977a1f

View File

@ -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";