Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Add newline after we input password.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Karbowski committed Sep 20, 2012
1 parent cbe8c09 commit 03a0084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sourceroot/bin/unlock-luks
Expand Up @@ -13,3 +13,4 @@ stty -echo
read luks_password read luks_password
stty echo stty echo
printf "${luks_password}" >/luks_passfifo printf "${luks_password}" >/luks_passfifo
printf '\n'

0 comments on commit 03a0084

Please sign in to comment.