wok-6.x rev 20106
dropbear: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 09 21:35:33 2017 +0200 (2017-10-09) |
parents | 1bdd385c6df5 |
children | 7a2212bc32cd |
files | dropbear/stuff/init.d/dropbear |
line diff
1.1 --- a/dropbear/stuff/init.d/dropbear Mon Oct 09 17:54:27 2017 +0200 1.2 +++ b/dropbear/stuff/init.d/dropbear Mon Oct 09 21:35:33 2017 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 action 'Generating Dropbear %s key... ' $type 1.5 # Need to delete key before creating it. 1.6 rm -f /etc/dropbear/dropbear_${type}_host_key 1.7 - dropbearkey -t $type /etc/dropbear/dropbear_${type}_host_key >/dev/null 2>&1 1.8 + dropbearkey -t $type -f /etc/dropbear/dropbear_${type}_host_key >/dev/null 2>&1 1.9 status 1.10 done 1.11 if active_pidfile $PIDFILE dropbear ; then