From: garciadeblas Date: Fri, 21 Apr 2017 11:05:56 +0000 (+0200) Subject: Fix minor bug when getting libopenvim path X-Git-Tag: v2.0.0~20^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=d5b5dcc1bc1ad03608df3a7cc8e81e4dd12fdd00;hp=-c;p=osm%2FRO.git Fix minor bug when getting libopenvim path Change-Id: Id46083c9dff2e5abe58a5a19918c84ed7abdab75 Signed-off-by: garciadeblas --- d5b5dcc1bc1ad03608df3a7cc8e81e4dd12fdd00 diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 2382f58e..3492bcd2 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -251,7 +251,7 @@ su $SUDO_USER -c "git -C ${OPENMANO_BASEFOLDER} clone ${GIT_OVIM_URL} openvim" [ "$_DISTRO" == "Ubuntu" ] && install_packages "libmysqlclient-dev" [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "libmysqlclient-dev" #TODO check if that's the name in CentOS and RedHat make -C ${OPENMANO_BASEFOLDER}/openvim lite -OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]' +OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]'` if [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] then