fix typo properly

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-17 19:47:14 +00:00
parent c18749b761
commit f0ff62fbe2

View File

@ -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