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:
Jo-Philipp Wich 2020-05-17 19:32:26 +02:00
parent 786495518e
commit c7686d4b3c

View file

@ -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" }
}
},