diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/appc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/appc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/appc b/bootstrap/vagrant-onap/lib/appc index a0959c67a..33980aeea 100755 --- a/bootstrap/vagrant-onap/lib/appc +++ b/bootstrap/vagrant-onap/lib/appc @@ -45,9 +45,11 @@ function install_appc { # init_appc() - Function that initialize APPC services function init_appc { - clone_all_appc_repos - if [[ "$compile_repo" == "True" ]]; then - compile_all_appc_repos + if [[ "$clone_repo" == "True" ]]; then + clone_all_appc_repos + if [[ "$compile_repo" == "True" ]]; then + compile_all_appc_repos + fi fi get_appc_images |