Commit 7b7d7ab7 authored by Franco Fichtner's avatar Franco Fichtner

rc: mute ssh kill, it fails on boot up for good reasons

parent 5365f380
......@@ -33,7 +33,7 @@ require_once('config.inc');
require_once("util.inc");
/* if run from a shell session, `-af' and the full path is needed */
mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd');
mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd', true);
$sshcfg = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment