Fix typo in mysql package check

issue: https://bugs.launchpad.net/bugs/798080
This commit is contained in:
Brad Hall 2011-06-16 10:03:29 -07:00
parent d9d0a6f565
commit cdc4256a72

View File

@ -8,7 +8,7 @@ if [ ! -d /etc/xapi.d/plugins ]; then
fi fi
# Make sure we have mysql-python # Make sure we have mysql-python
rpm -qa | grep MYyQL-python >/dev/null 2>&1 rpm -qa | grep MySQL-python >/dev/null 2>&1
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "MySQL-python not found" echo "MySQL-python not found"
echo "Please enable the centos repositories and install mysql-python:" echo "Please enable the centos repositories and install mysql-python:"