bug 397 Preserve env running install-openmano.sh 16/5616/3
authorIgor D.C <igor.duarte.cardoso@intel.com>
Mon, 23 Oct 2017 13:36:03 +0000 (13:36 +0000)
committerIgor D.C <igor.duarte.cardoso@intel.com>
Tue, 24 Oct 2017 08:50:24 +0000 (08:50 +0000)
commitbf669b95be698c7ca0e1f43577e27aa355d11228
tree2f31b90d8f4d21a749ab90a32debfbe89e3bd647
parentf145087b6237ec668786806da2a90ac8aadcbd6e
bug 397 Preserve env running install-openmano.sh

This is a partial bug fix for bug 397, by making sure that sudo
is not invoked inside the install-openmano.sh script (which would
discard the environment already set, at least on default Ubuntu 16.04).
It is safe to not invoke sudo because the script requires to be run as
root. Additionally, it is now recommended to use "sudo -E" when invoking
the script, instead of just "sudo", to make sure the environment is
preserved.
The "sudo -E" recommendation has also been added to
install-openmano-service.sh.

Change-Id: Ib8fc5807e26f7018d9e5331c8b0c045794346d5a
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
scripts/install-openmano-service.sh
scripts/install-openmano.sh