app-admin/etcd-wrapper: Added missing newline escape

This was preventing arguments supplied to etcd-wrapper from being
passed on to etcd, as well as preventing specifying a custom exec
command for the ACI
This commit is contained in:
Benoit Page-Guitard 2016-07-18 03:28:48 -04:00
parent 8b9f12907b
commit 5e6c2f2cd0
2 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ exec ${RKT} ${RKT_GLOBAL_ARGS} \
\
${RKT_STAGE1_ARG} \
${ETCD_IMG} ${ETCD_IMG_ARGS} \
--user=$(id -u ${ETCD_IMG_USER})
--user=$(id -u ${ETCD_IMG_USER}) \
--exec=${ETCD_IMG_EXEC} -- \
"$@"