diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/vid')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/vid | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/vid b/bootstrap/vagrant-onap/lib/vid index fc622c3c2..55f399ab0 100755 --- a/bootstrap/vagrant-onap/lib/vid +++ b/bootstrap/vagrant-onap/lib/vid @@ -49,9 +49,11 @@ function install_vid { # init_vid() - Function that initialize Vid services function init_vid { - clone_all_vid_repos - if [[ "$compile_repo" == "True" ]]; then - compile_all_vid_repos + if [[ "$clone_repo" == "True" ]]; then + clone_all_vid_repos + if [[ "$compile_repo" == "True" ]]; then + compile_all_vid_repos + fi fi get_vid_images |