From 7e956837f2f0dfb8e415e38af26a64c272162095 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 22 Aug 2016 15:47:23 +1000 Subject: [PATCH] Merge pull request #25835 from decoursin/patch-1 Update apparmor error message (cherry picked from commit e168f0b4ad4dfc11a4423a6785d80153f0969808) Signed-off-by: Charles Smith --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index 711a38d2a3..70621a5e19 100644 --- a/hack/install.sh +++ b/hack/install.sh @@ -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