aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-08-12 14:59:33 +0200
committerTom Gundersen <teg@jklm.no>2012-08-12 14:59:33 +0200
commit1ed7d0e48dae3f9d43929fc9033042ebe39d2c3e (patch)
treea6beee4392552560650f6bcd0e50377d5cf70016
parente37f65b3125e7008b836e13f4aa7d5ecafb0d9c7 (diff)
downloadinitscripts-1ed7d0e48dae3f9d43929fc9033042ebe39d2c3e.tar.xz
cryptsetup: support the password being unset
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index eb08ba6..66e2242 100644
--- a/functions
+++ b/functions
@@ -536,7 +536,7 @@ do_unlock() {
do_unlock_legacy "$name" "$device" "$password" "$options"
fi
;;
- /*|none|-)
+ /*|none|-|'')
do_unlock_systemd "$name" "$device" "$password" "$options"
;;
*)