From a7ca758ee046ced142184c930718e96808d1c665 Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Fri, 17 Jun 2011 11:06:19 -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