From 4fc7e87d68462b2988918b72a092ae2966cbf7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Wed, 12 Apr 2017 09:26:30 +0200 Subject: [PATCH] Added a message if apt cacher ng configuration does not exist (refs #21177). --- 6.CampusManager/2.Configure_apt_cacher_ng/0_setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/6.CampusManager/2.Configure_apt_cacher_ng/0_setup.py b/6.CampusManager/2.Configure_apt_cacher_ng/0_setup.py index 51da2b3a..c3aff1dd 100755 --- a/6.CampusManager/2.Configure_apt_cacher_ng/0_setup.py +++ b/6.CampusManager/2.Configure_apt_cacher_ng/0_setup.py @@ -22,3 +22,5 @@ def setup(interactive=True): utils.log('File "%s" updated.' % path) else: utils.log('File "%s" already up to date.' % path) + else: + utils.log('The configuration file "%s" does not exist, nothing to do.' % path) -- GitLab