From: Brad Hall Date: Thu, 16 Jun 2011 17:03:29 +0000 (-0700) Subject: Fix typo in mysql package check X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cdc4256a72cdd0c59181333392cd6be628982e5c;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:"