Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
f73cffd7
Commit
f73cffd7
authored
Sep 10, 2020
by
Holger Levsen
Browse files
only try to remove munin-async if it's installed (less noise when deploying)
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
adfe8050
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
f73cffd7
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment