Merge "Restore user permissions on ~/.cache directory"

This commit is contained in:
Jenkins 2017-03-07 22:44:14 +00:00 committed by Gerrit Code Review
commit 1d1f611486

View File

@ -12,4 +12,10 @@ export {{ var }}
{% endfor %}
openstack undercloud install
## * Workaround for bug https://bugs.launchpad.net/tripleo/+bug/1668939
## ::
sudo chown -R $USER: ~/.cache || true
### --stop_docs