mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix codestyle
This commit is contained in:
parent
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
|
@ -50,7 +50,7 @@ class Launcher extends AbstractDaemon
|
|||
$this->start_sender_daemon();
|
||||
|
||||
$this->start_webhook_daemon();
|
||||
|
||||
|
||||
$this->start_mailer_daemon();
|
||||
|
||||
$phones = $this->internal_phone->get_all();
|
||||
|
@ -76,8 +76,7 @@ class Launcher extends AbstractDaemon
|
|||
$pid = null;
|
||||
exec('php ' . PWD . '/console.php controllers/internals/Console.php sender > /dev/null 2>&1 &');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Function to start mailer daemon.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue