Fix typo in mysql package check

issue: https://bugs.launchpad.net/bugs/798080
This commit is contained in:
Brad Hall 2011-06-17 11:06:19 -07:00
parent d9d0a6f565
commit a7ca758ee0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ ! -d /etc/xapi.d/plugins ]; then
fi
# 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
echo "MySQL-python not found"
echo "Please enable the centos repositories and install mysql-python:"