From f61d870e00054248607db6ae630ac407432da630 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Aug 2011 14:47:18 +0800 Subject: [PATCH] Notify.php --- Notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify.php b/Notify.php index 0e83ab5e..a8a06397 100644 --- a/Notify.php +++ b/Notify.php @@ -173,6 +173,7 @@ class Pman_Core_Notify extends Pman if ($this->force) { $app .= ' -f'; } + $cmd = $php . ' ' . $app. ' &'; echo $cmd . "\n"; -- 2.39.2