diff options
author | Victor Morales <victor.morales@intel.com> | 2017-12-01 17:52:07 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-12-01 17:52:07 -0800 |
commit | 9d205bc0a4ec67b6b97cd5f6de07eba8eb835fd9 (patch) | |
tree | ccd7a56a9bbf6e0f80d1e360d977ef022f181886 /bootstrap/vagrant-onap/vagrant_utils | |
parent | e62aae6b5d079c5175441686d49364b71741f6d9 (diff) |
Add MSB support
The Microservices Bus project has been supported by this change
Change-Id: Id86a0a300b2622ee4b0d362c798c9656cb41fa33
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-358
Diffstat (limited to 'bootstrap/vagrant-onap/vagrant_utils')
-rwxr-xr-x | bootstrap/vagrant-onap/vagrant_utils/postinstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh index 8bf116d1d..4a014dc70 100755 --- a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh +++ b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh @@ -20,4 +20,7 @@ for serv in $@; do source /var/onap/${serv} configure_service ${serv}_serv.sh init_${serv} + echo "source /var/onap/${serv}" >> ~/.profile done + +echo "source /var/onap/functions" >> ~/.profile |