From 9d205bc0a4ec67b6b97cd5f6de07eba8eb835fd9 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 1 Dec 2017 17:52:07 -0800 Subject: Add MSB support The Microservices Bus project has been supported by this change Change-Id: Id86a0a300b2622ee4b0d362c798c9656cb41fa33 Signed-off-by: Victor Morales Issue-ID: INT-358 --- bootstrap/vagrant-onap/vagrant_utils/postinstall.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap/vagrant-onap/vagrant_utils') 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 -- cgit 1.2.3-korg