mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
dropbear: start on started network
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f83b5b1b5b
commit
e7fc979e47
@ -31,6 +31,8 @@ RSAPUB_KEY_FILE="/storage/.cache/dropbear/dropbear_rsa_host_key.pub"
|
||||
DSS_KEY_FILE="/storage/.cache/dropbear/dropbear_dss_host_key"
|
||||
|
||||
(
|
||||
wait_for_network
|
||||
|
||||
# Check for the Dropbear RSA key
|
||||
if [ ! -f $RSA_KEY_FILE ] ; then
|
||||
progress "SSH: generating rsa key"
|
||||
|
Loading…
x
Reference in New Issue
Block a user