mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Minor, fix Aphlict wrapper signal handling issue under dash.
This commit is contained in:
parent
2a09563533
commit
45a3421e9b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ if ($foreground) {
|
||||||
exit($err);
|
exit($err);
|
||||||
} else {
|
} else {
|
||||||
while (true) {
|
while (true) {
|
||||||
$g_future = new ExecFuture('%C', $command);
|
$g_future = new ExecFuture('exec %C', $command);
|
||||||
$g_future->resolve();
|
$g_future->resolve();
|
||||||
|
|
||||||
// If the server exited, wait a couple of seconds and restart it.
|
// If the server exited, wait a couple of seconds and restart it.
|
||||||
|
|
Loading…
Reference in a new issue