From 8aa82b3f0208779937d010ac362c4f55f467249c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Thu, 1 Jun 2017 10:35:39 +0200 Subject: [PATCH] echo if automatic security updates are here, refs #20851 --- tests/test_apt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_apt.sh b/tests/test_apt.sh index 809a3485..ffe1c1c0 100755 --- a/tests/test_apt.sh +++ b/tests/test_apt.sh @@ -24,3 +24,4 @@ if [ ! -f /etc/apt/apt.conf.d/20auto-upgrades ]; then exit 1 fi fi +echo "Automatic security updates enabled" -- GitLab