Fix cut and paste typo in startup code

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-03-10 17:13:16 +00:00
parent 857599a609
commit 54483effea
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ then
for f in $(find /containers/system -mindepth 1 -maxdepth 1 | sort)
do
base="$(basename $f)"
/usr/bin/runc -- run --bundle "$f" "$(basename $f)"
/usr/bin/runc run --bundle "$f" "$(basename $f)"
printf " - $base\n"
done
fi