diff options
-rw-r--r-- | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index b1ce5a72..4d02742f 100644 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -957,7 +957,7 @@ init_crypto() { mount_point="$(find_crypto_mount_point $dst)" [ -n "$mount_point" ] || mount_point=${src##*/} prompt=$(printf $"%s is password protected" "$mount_point") - if [ "$splash_rc" = yes] && [ -d /usr/share/plymouth ]; then + if [ "$splash_rc" = yes ] && [ -d /usr/share/plymouth ]; then plymouth ask-for-password --prompt "$prompt" --command="/sbin/cryptsetup luksOpen -T1 $src $dst" <&1 rc=$? else |