Commit f73cffd7 authored by Holger Levsen's avatar Holger Levsen
Browse files

only try to remove munin-async if it's installed (less noise when deploying)



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent adfe8050
...@@ -621,8 +621,9 @@ if [ -f /etc/debian_version ] ; then ...@@ -621,8 +621,9 @@ if [ -f /etc/debian_version ] ; then
fi fi
fi fi
# remove munin-async (if it's installed which happens during setup as it's a recommends)
# harmless but has a service which can fail and thus can make maintenance jobs unstable # harmless but has a service which can fail and thus can make maintenance jobs unstable
sudo apt-get remove munin-async ( dpkg -l munin-async 2>/dev/null && sudo apt-get remove munin-async ) || true
# #
# deploy package configuration in /etc and /usr # deploy package configuration in /etc and /usr
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment