From 45a3421e9b290c3190c44b29d26c44c967e08cad Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 18 Jun 2012 15:20:14 -0700 Subject: [PATCH] Minor, fix Aphlict wrapper signal handling issue under dash. --- support/aphlict/server/aphlict_launcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.