got my background/foreground logic backwards
This commit is contained in:
parent
0c3bfc2212
commit
cfd2548923
@ -335,6 +335,6 @@ if (have_option('i', 'id')) {
|
|||||||
|
|
||||||
$foreground = have_option('f', 'foreground');
|
$foreground = have_option('f', 'foreground');
|
||||||
|
|
||||||
$daemon = new XMPPDaemon($id, $foreground);
|
$daemon = new XMPPDaemon($id, !$foreground);
|
||||||
|
|
||||||
$daemon->runOnce();
|
$daemon->runOnce();
|
||||||
|
Loading…
Reference in New Issue
Block a user