From: Alan Knowles Date: Fri, 3 Feb 2012 04:10:08 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=cd8520d45e2baf97166a571c5277d175eb69852f;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index d3d46784..08145485 100644 --- a/Notify.php +++ b/Notify.php @@ -226,8 +226,10 @@ class Pman_Core_Notify extends Pman $pool[] = $p; continue; } - echo "ENDED: " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n"; proc_close($p['proc']); + echo "ENDED: " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n"; + + //unlink($p['out']); } echo "POOL SIZE: ". count($pool) ."\n";