diff options
Diffstat (limited to 'source/installer/dropbear/rc.dropbear.new')
-rw-r--r-- | source/installer/dropbear/rc.dropbear.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/dropbear/rc.dropbear.new b/source/installer/dropbear/rc.dropbear.new index 85f0e56e..3a695b81 100644 --- a/source/installer/dropbear/rc.dropbear.new +++ b/source/installer/dropbear/rc.dropbear.new @@ -15,7 +15,7 @@ dropbear_start() { /bin/dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key fi touch /var/log/lastlog # The file is missing in the installer - /sbin/dropbear -b /etc/motd.net 2>> /var/log/dropbear.log + /sbin/dropbear 2>> /var/log/dropbear.log } dropbear_stop() { |