Skip to content

Commit

Permalink
Merge pull request dracut-crypt-ssh#24 from boldhaus/fix_superfluous_…
Browse files Browse the repository at this point in the history
…parameter

Dropbear: Do not supply parameter -m, as it was removed from the default Dropbear build. Closes dracut-crypt-ssh#25
  • Loading branch information
rbu authored Apr 26, 2018
2 parents 768aa11 + 4e0d93b commit a0f3db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/60crypt-ssh/dropbear-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
info " bubblebabble: ${bubble}"
done

/sbin/dropbear -m -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
/sbin/dropbear -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
[ $? -gt 0 ] && info 'Dropbear sshd failed to start'
}

0 comments on commit a0f3db7

Please sign in to comment.