Merge "Fix the copy docker log typo"

This commit is contained in:
Jenkins 2016-05-09 07:01:24 +00:00 committed by Gerrit Code Review
commit fcdf187337

View File

@ -16,7 +16,7 @@ function copy_logs {
if [[ -x "$(command -v journalctl)" ]]; then
journalctl --no-pager -u docker.service > /tmp/logs/kolla/docker.log
else
cp /var/log/upstart/docker.log > /tmp/logs/kolla/docker.log
cp /var/log/upstart/docker.log /tmp/logs/kolla/docker.log
fi
chmod -R 777 /tmp/logs/kolla/