Commit 4ee0a0a4 authored by Franco Fichtner's avatar Franco Fichtner

inc: fix sshd upgrade path

parent 32bb6035
......@@ -3383,8 +3383,8 @@ function upgrade_111_to_112()
$config['system']['ssh']['passwordauth'] = true;
}
if (isset($config['system']['sshdenable'])) {
if (isset($config['system']['enablesshd'])) {
$config['system']['ssh']['enabled'] = true;
unset($config['system']['sshdenable']);
unset($config['system']['enablesshd']);
}
}
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