X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Finstall-openmano.sh;h=ff627d38ef56beb2e55a4dcc8dcc999aa5d9ef3a;hb=8008c3ab56d80d73568226a4503f0f5933c23df9;hp=85d3293bb9a85bf3a3e6978bda813811aa4c53d9;hpb=65a0b964858817a012c1d86adf18fa87b53d5f74;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 85d3293b..ff627d38 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -265,7 +265,7 @@ if [[ -z $NOCLONE ]]; then #################################################################' su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano' su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore' - [[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout tags/v1.0' + [[ -z $DEVELOP ]] && su $SUDO_USER -c 'cd openmano; git checkout tags/v1.0; cd ..' fi echo '