[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:19:35 UTC 2012
The following commit has been merged in the debian/master branch:
commit 37ac96760f6792f1916e5c002059c4cabc372af4
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Mon Feb 6 19:09:40 2012 +0100
FIX #131 there was an error on selecting the correct package manager
diff --git a/contrib/alternative-installation/shinken-install/shinken.sh b/contrib/alternative-installation/shinken-install/shinken.sh
index 26bf40f..7e671a3 100755
--- a/contrib/alternative-installation/shinken-install/shinken.sh
+++ b/contrib/alternative-installation/shinken-install/shinken.sh
@@ -1517,7 +1517,7 @@ function install_check_mysql_health(){
yum -yq install $CHECKMYSQLHEALTHYUMPKG >> /tmp/shinken.install.log
else
cecho " > Installing prerequisites" green
- yum -yq install $CHECKMYSQLHEALTHAPTPKG >> /tmp/shinken.install.log
+ apt-get -y install $CHECKMYSQLHEALTHAPTPKG >> /tmp/shinken.install.log
fi
cd /tmp
cecho " > Downloading check_mysql_health" green
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list