mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
inc: fix sshd upgrade path
This commit is contained in:
parent
32bb6035ab
commit
4ee0a0a428
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user