walkor 12 lat temu
rodzic
commit
efc15af395
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      workers/Monitor.php

+ 1 - 1
workers/Monitor.php

@@ -212,7 +212,7 @@ class Monitor extends Man\Core\SocketWorker
         {
             $pid = $match[1];
             $this->sendToClient("Kill Pid $pid\n");
-            if(!posix_kill($pid, SIGTHUB))
+            if(!posix_kill($pid, SIGTHUP))
             {
                 $this->sendToClient("Pid Not Exsits\n");
             }