Notify.php
[Pman.Core] / Notify.php
index 76f017f..d3d4678 100644 (file)
@@ -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";