summaryrefslogtreecommitdiffstats
path: root/source/installer/dropbear/rc.dropbear.new
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/dropbear/rc.dropbear.new')
-rw-r--r--source/installer/dropbear/rc.dropbear.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/dropbear/rc.dropbear.new b/source/installer/dropbear/rc.dropbear.new
index 85f0e56e8..3a695b811 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() {