summaryrefslogtreecommitdiff
path: root/components/9990-cmdline-old
diff options
context:
space:
mode:
Diffstat (limited to 'components/9990-cmdline-old')
-rwxr-xr-xcomponents/9990-cmdline-old2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old
index 8bb8254..bdb7624 100755
--- a/components/9990-cmdline-old
+++ b/components/9990-cmdline-old
@@ -285,7 +285,7 @@ Cmdline_old ()
if [ ! -x /lib/cryptsetup/askpass ] || [ ! -x /sbin/cryptsetup ]
then
- log_warning_msg "cryptsetup in unavailable"
+ log_warning_msg "cryptsetup is unavailable"
PERSISTENCE_ENCRYPTION=$(echo ${PERSISTENCE_ENCRYPTION} | sed -e 's/\<luks,\|,\?luks$//g')
export PERSISTENCE_ENCRYPTION
fi