We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414a252 + 73313cb commit af69b30Copy full SHA for af69b30
1 file changed
scripts/pattern-util.sh
@@ -38,7 +38,8 @@ else
38
MYNAME=$(id -n -u)
39
MYUID=$(id -u)
40
MYGID=$(id -g)
41
- PODMAN_ARGS="--passwd-entry ${MYNAME}:x:${MYUID}:${MYGID}:/pattern-home:/bin/bash --user ${MYUID}:${MYGID} --userns keep-id:uid=${MYUID},gid=${MYGID}"
+ PODMAN_ARGS="--passwd-entry ${MYNAME}:x:${MYUID}:${MYGID}::/pattern-home:/bin/bash --user ${MYUID}:${MYGID} --userns keep-id:uid=${MYUID},gid=${MYGID}"
42
+
43
fi
44
45
if [ -n "$KUBECONFIG" ]; then
0 commit comments