missing brace

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-01-30 08:29:32 +01:00
parent 59b2b66d8b
commit 58d2559067

View File

@ -17,3 +17,4 @@ start()
mount --bind "${GROUPDIR}" /var/log
eend $? "Failed to redirect logs to host"
}