From: Brad Hall Date: Fri, 17 Jun 2011 18:06:19 +0000 (-0700) Subject: Fix typo in mysql package check X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a7ca758ee046ced142184c930718e96808d1c665;p=openstack-build%2Fneutron-build.git Fix typo in mysql package check issue: https://bugs.launchpad.net/bugs/798080 --- diff --git a/quantum/plugins/openvswitch/agent/install.sh b/quantum/plugins/openvswitch/agent/install.sh index 1e71c09b4..1eebc8fa3 100755 --- a/quantum/plugins/openvswitch/agent/install.sh +++ b/quantum/plugins/openvswitch/agent/install.sh @@ -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:"