Skip to content
Snippets Groups Projects
Commit fcdf1873 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix the copy docker log typo"

parents eff41786 63145ab4
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment