mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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:
@@ -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" }
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user