mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
rc: mute ssh kill, it fails on boot up for good reasons
This commit is contained in:
parent
5365f3802b
commit
7b7d7ab7ea
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user