Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:10:08 +0000 (12:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:10:08 +0000 (12:10 +0800)
Notify.php

index d3d4678..0814548 100644 (file)
@@ -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";