mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
65c187a0dd
commit
c18749b761
@ -25,7 +25,7 @@ start()
|
|||||||
mount --bind "${DRIVERDIR}/log" /var/log
|
mount --bind "${DRIVERDIR}/log" /var/log
|
||||||
for f in /var/tmp/log/*
|
for f in /var/tmp/log/*
|
||||||
do
|
do
|
||||||
cat -a $f >> /var/log/$(basename $f)
|
cp -a $f >> /var/log/$(basename $f)
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user