mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Missing a single dash in error message
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> Upstream-commit: 4e899d64e020a67ca05f913d354aa8d99a341a7b Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user