mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
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:
parent
8b9f12907b
commit
5e6c2f2cd0
@ -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} -- \
|
||||
"$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user