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

Update apparmor error message

Signed-off-by: decoursin <n.decoursin@foodpanda.com>
This commit is contained in:
Nick DeCoursin 2016-08-18 09:45:19 +02:00 committed by decoursin
parent 1b954973cc
commit ae4ad3d955

View file

@ -421,7 +421,7 @@ do_install() {
if command -v apparmor_parser >/dev/null 2>&1; then
echo 'apparmor is enabled in the kernel and apparmor utils were already installed'
else
echo 'apparmor is enabled in the kernel, but apparmor_parser missing'
echo 'apparmor is enabled in the kernel, but apparmor_parser is missing. Trying to install it..'
apt_get_update
( set -x; $sh_c 'sleep 3; apt-get install -y -q apparmor' )
fi