[Pkg-nagios-changes] [pkg-icinga2] 01/01: Remove some debug from icinga2-classicui.postinst
Alexander Wirt
formorer at debian.org
Thu Dec 18 16:29:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a commit to branch master
in repository pkg-icinga2.
commit a1478f35e014f2c0544c9cdc9b02992a16a1199b
Author: Alexander Wirt <formorer at debian.org>
Date: Thu Dec 18 17:28:08 2014 +0100
Remove some debug from icinga2-classicui.postinst
---
debian/icinga2-classicui.postinst | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/icinga2-classicui.postinst b/debian/icinga2-classicui.postinst
index 2bc740b..ff2f006 100644
--- a/debian/icinga2-classicui.postinst
+++ b/debian/icinga2-classicui.postinst
@@ -102,10 +102,8 @@ case "$1" in
if [ -n "$admpass" ]; then
#unfortunatly that method only works with 2.4
if htpasswd 2>&1 | grep -q ' -i'; then
- echo "$admpass to $htpw"
echo "$admpass" | htpasswd -i "$htpw" icingaadmin
else
- echo "$admpass to $htpw"
htpasswd -b "$htpw" icingaadmin "$admpass"
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list