From: Andy Witter Date: Wed, 13 Nov 2013 15:15:38 +0000 (-0500) Subject: fix bug for munin admin password X-Git-Tag: GenaSYS-2.5.0~8 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc34aa54e7c1d0fd7b378e37f674dba130001fa0;p=contrib%2Fpines%2Fgenasys.git fix bug for munin admin password --- diff --git a/templates/setup.sh b/templates/setup.sh index 34576c0..f01826c 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -661,7 +661,7 @@ then echo echo "Generating password for muninadmin ..." sleep 2 - htpasswd -bc /var/cache/munin/www muninadmin ${MUNIN_PWD} && rm -f ${WD}/.munin_admin_password + htpasswd -bc /var/cache/munin/www/.htpasswd muninadmin ${MUNIN_PWD} && rm -f ${WD}/.munin_admin_password fi ## Setup Apache2 for Icinga