From cdc4256a72cdd0c59181333392cd6be628982e5c Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Thu, 16 Jun 2011 10:03:29 -0700 Subject: [PATCH] Fix typo in mysql package check issue: https://bugs.launchpad.net/bugs/798080 --- quantum/plugins/openvswitch/agent/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" -- 2.45.2