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