Fix the copy docker log typo

Change-Id: I86259d9b997cd10a11079c4834f135d58570968d
This commit is contained in:
Jeffrey Zhang 2016-05-07 14:21:36 +08:00
parent 33ab6f8cc1
commit 63145ab470

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/