X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=740ce4c7a79b5ac4b25467f48f62000e335fbb7b;hb=refs%2Fchanges%2F83%2F8983%2F1;hp=476ee4258927b465421b24f828f25c3a7e810d94;hpb=98a5b63118fe03f51c0bb64ef2645f0914f99152;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 476ee425..740ce4c7 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -30,7 +30,6 @@ function usage(){ echo -e " -b v2.0 (v2.0 branch)" echo -e " -b tags/v1.1.0 (a specific tag)" echo -e " ..." - echo -e " -n install OSM with Next Gen UI. Valid values are or . If -n is not specified osm will be installed with light-ui. When used with uninstall, osm along with the UI specified will be uninstalled" echo -e " -s user defined stack name, default is osm" echo -e " -H use specific juju host controller IP" echo -e " -S use VCA/juju secret key" @@ -110,7 +109,7 @@ if [ $? -eq 0 ]; then fi } -while getopts ":b:r:c:n:k:u:R:l:L:K:p:D:o:m:H:S:s:w:t:U:P:A:-: hy" o; do +while getopts ":b:r:c:k:u:R:l:L:K:p:D:o:m:H:S:s:w:t:U:P:A:-: hy" o; do case "${o}" in r) REPOSITORY="${OPTARG}"