Notify.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 31 May 2012 05:36:56 +0000 (13:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 31 May 2012 05:36:56 +0000 (13:36 +0800)
Notify.php

index f180791..3aff64e 100644 (file)
@@ -241,7 +241,7 @@ class Pman_Core_Notify extends Pman
                 $p['pid'] = $info['pid'];
             }
             
-            echo @file_get_contents('/proc/'. $p['pid'] .'/cmdline');
+            echo @file_get_contents('/proc/'. $p['pid'] .'/cmdline') . "\n";
             
             if ($info['running']) {