mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
Merge pull request #2083 from clbh/etcd-wrapper
app-admin/etcd-wrapper: Added missing newline escape
This commit is contained in:
commit
a061b5a1e0
@ -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