From 6109f3f1c32099eb4b31bb72405f17f716ae3dd9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 3 Feb 2012 12:10:02 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 76f017fc..d3d46784 100644 --- a/Notify.php +++ b/Notify.php @@ -227,7 +227,7 @@ class Pman_Core_Notify extends Pman continue; } echo "ENDED: " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n"; - proc_close($p['proc']) + proc_close($p['proc']); //unlink($p['out']); } echo "POOL SIZE: ". count($pool) ."\n"; -- 2.39.2