diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/mso')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/mso | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/mso b/bootstrap/vagrant-onap/lib/mso index 4f88e9085..4b209062d 100755 --- a/bootstrap/vagrant-onap/lib/mso +++ b/bootstrap/vagrant-onap/lib/mso @@ -101,9 +101,11 @@ EOF # init_mso() - Function that initialize MSO services function init_mso { - clone_all_mso_repos - if [[ "$compile_repo" == "True" ]]; then - compile_all_mso_repos + if [[ "$clone_repo" == "True" ]]; then + clone_all_mso_repos + if [[ "$compile_repo" == "True" ]]; then + compile_all_mso_repos + fi fi install_mso |