luci-mod-system: make dropbear pages depend on dropbear executable
Fixes: #4052 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
786495518e
commit
c7686d4b3c
1 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,8 @@
|
|||
"path": "system/dropbear"
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-mod-system-ssh" ]
|
||||
"acl": [ "luci-mod-system-ssh" ],
|
||||
"fs": { "/usr/sbin/dropbear": "executable" }
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -54,7 +55,8 @@
|
|||
"path": "system/sshkeys"
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-mod-system-ssh" ]
|
||||
"acl": [ "luci-mod-system-ssh" ],
|
||||
"fs": { "/usr/sbin/dropbear": "executable" }
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue