Fix bug in full_install_osm when dealing with soui option 10/6110/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 9 May 2018 21:56:24 +0000 (23:56 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 9 May 2018 21:56:24 +0000 (23:56 +0200)
Change-Id: I3b3002ebf49e38daadb880bdf9202f628070c219
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh

index 7cdf8bc..45bcd57 100755 (executable)
@@ -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