Fix typo in mysql package check
issue: https://bugs.launchpad.net/bugs/798080
This commit is contained in:
parent
d9d0a6f565
commit
a7ca758ee0
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user