1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-21 22:32:41 +01:00

Minor, fix Aphlict wrapper signal handling issue under dash.

This commit is contained in:
epriestley 2012-06-18 15:20:14 -07:00
parent 2a09563533
commit 45a3421e9b

View file

@ -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.