From: garciadeblas Date: Wed, 9 May 2018 21:56:24 +0000 (+0200) Subject: Fix bug in full_install_osm when dealing with soui option X-Git-Tag: v4.0.0~19 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=17091c8c537d8fccc836cf789cd9a920a6431a19 Fix bug in full_install_osm when dealing with soui option Change-Id: I3b3002ebf49e38daadb880bdf9202f628070c219 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 7cdf8bc4..45bcd575 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -742,7 +742,7 @@ while getopts ":hy-:b:r:k:u:R:l:p:D:" o; do [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue [ "${OPTARG}" == "lxdimages" ] && INSTALL_FROM_LXDIMAGES="y" && continue [ "${OPTARG}" == "lightweight" ] && INSTALL_LIGHTWEIGHT="y" && continue - [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && && continue + [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && continue [ "${OPTARG}" == "vimemu" ] && INSTALL_VIMEMU="y" && continue [ "${OPTARG}" == "noconfigure" ] && NOCONFIGURE="y" && continue [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue