Fixed vagrant provision script

Add sudo to command removing monasca-transform directory for renewal.
Without this it fails as the .git directories are permissioned elsehow
from the default user.

Change-Id: I4c9d3ff7ed1c2b841be82a66ec594033eec2af15
This commit is contained in:
David C Kennedy 2016-11-17 10:13:12 +00:00
parent d76af6a0f0
commit fd6a79c6ec
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ fi
if [ -d monasca-transform ]
then
echo removing monasca-transform
rm -rf monasca-transform
sudo rm -rf monasca-transform
fi