diff options
Diffstat (limited to 'debian/dropbear.postinst')
-rw-r--r-- | debian/dropbear.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/dropbear.postinst b/debian/dropbear.postinst index 749ffd1..2c71a1f 100644 --- a/debian/dropbear.postinst +++ b/debian/dropbear.postinst @@ -2,7 +2,6 @@ set -e test "$1" = 'configure' || exit 0 -test -n "$2" || chown log /etc/dropbear/log/main || true if test ! -e /etc/dropbear/dropbear_rsa_host_key; then if test -f /etc/ssh/ssh_host_rsa_key; then |