diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-08-10 21:55:56 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-08-10 21:55:56 +0200 |
| commit | ebeb314ba1fdbcf9dc4443cd9d80256784b21cab (patch) | |
| tree | 47427056891d4ef95265595e45693500e78ec0b5 /src/callnotifier/Logger/CallNotifySend.php | |
| parent | 58519b3e3a8a86cf140337a23c65777c1415ff3f (diff) | |
| download | auerswald-callnotifier-ebeb314ba1fdbcf9dc4443cd9d80256784b21cab.tar.gz auerswald-callnotifier-ebeb314ba1fdbcf9dc4443cd9d80256784b21cab.zip | |
background the notify-send process
Diffstat (limited to 'src/callnotifier/Logger/CallNotifySend.php')
| -rw-r--r-- | src/callnotifier/Logger/CallNotifySend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callnotifier/Logger/CallNotifySend.php b/src/callnotifier/Logger/CallNotifySend.php index 652a7db..477a253 100644 --- a/src/callnotifier/Logger/CallNotifySend.php +++ b/src/callnotifier/Logger/CallNotifySend.php @@ -59,6 +59,7 @@ class Logger_CallNotifySend extends Logger_CallBase . ' -c callmonitor' . ' ' . escapeshellarg($title) . ' ' . escapeshellarg($msg) + . ' > /dev/null 2>&1 &' ); } } |
