diff --git a/support/aphlict/server/aphlict_launcher.php b/support/aphlict/server/aphlict_launcher.php index 84324adabf..37577210c5 100755 --- a/support/aphlict/server/aphlict_launcher.php +++ b/support/aphlict/server/aphlict_launcher.php @@ -162,7 +162,7 @@ if ($foreground) { exit($err); } else { while (true) { - $g_future = new ExecFuture('%C', $command); + $g_future = new ExecFuture('exec %C', $command); $g_future->resolve(); // If the server exited, wait a couple of seconds and restart it.