fix dropbear init script

SVN-Revision: 5295
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent f7e31a4be9
commit 673622720a

@ -9,7 +9,7 @@ start() {
# generate missing keys
mkdir -p /etc/dropbear
[ -x /usr/bin/dropbearkey ] && {
/usr/bin/dropbearkey -t $type -f $key 2>&- >&- && exec $0 $*
/usr/bin/dropbearkey -t $type -f $key 2>&- >&- && exec /etc/rc.common "$initscript" start
} &
exit 0
}

Loading…
Cancel
Save