diff options
author | Tom Gundersen <teg@jklm.no> | 2012-08-12 14:59:33 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-08-12 14:59:33 +0200 |
commit | 1ed7d0e48dae3f9d43929fc9033042ebe39d2c3e (patch) | |
tree | a6beee4392552560650f6bcd0e50377d5cf70016 | |
parent | e37f65b3125e7008b836e13f4aa7d5ecafb0d9c7 (diff) |
cryptsetup: support the password being unset
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,7 @@ do_unlock() { do_unlock_legacy "$name" "$device" "$password" "$options" fi ;; - /*|none|-) + /*|none|-|'') do_unlock_systemd "$name" "$device" "$password" "$options" ;; *) |