Merge pull request #16931 from SvenDowideit/minor-dind-error-msg-nit

Missing a single dash in error message
Upstream-commit: 56ed0a6e8c5f45aba7c38b8628550e7868241773
Component: engine
This commit is contained in:
Antonio Murdaca
2015-10-12 15:18:45 +02:00

View File

@ -91,7 +91,7 @@ fi
if [ -d /sys/kernel/security ] && ! mountpoint -q /sys/kernel/security; then
mount -t securityfs none /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