mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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"
|
DSS_KEY_FILE="/storage/.cache/dropbear/dropbear_dss_host_key"
|
||||||
|
|
||||||
(
|
(
|
||||||
|
wait_for_network
|
||||||
|
|
||||||
# Check for the Dropbear RSA key
|
# Check for the Dropbear RSA key
|
||||||
if [ ! -f $RSA_KEY_FILE ] ; then
|
if [ ! -f $RSA_KEY_FILE ] ; then
|
||||||
progress "SSH: generating rsa key"
|
progress "SSH: generating rsa key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user