gluon-setup-mode: fix dropbear hostkey generation

Upstream commit 5eb7864a changed the method name for host-key
generation.
This commit is contained in:
David Bauer 2019-07-23 20:40:04 +02:00 committed by Martin Weinelt
parent 966f398782
commit 75fa7e73db
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ start_service() {
. /etc/init.d/dropbear
[ -s /etc/dropbear/dropbear_rsa_host_key ] || keygen
hk_generate_as_needed
. /lib/functions.sh
. /lib/functions/network.sh