1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Missing a single dash in error message

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-10-11 22:46:14 -07:00
parent 9273c53d83
commit 4e899d64e0

View file

@ -91,7 +91,7 @@ fi
if [ -d /sys/kernel/security ] && ! mountpoint -q /sys/kernel/security; then if [ -d /sys/kernel/security ] && ! mountpoint -q /sys/kernel/security; then
mount -t securityfs none /sys/kernel/security || { mount -t securityfs none /sys/kernel/security || {
echo >&2 'Could not mount /sys/kernel/security.' echo >&2 'Could not mount /sys/kernel/security.'
echo >&2 'AppArmor detection and -privileged mode might break.' echo >&2 'AppArmor detection and --privileged mode might break.'
} }
fi fi