Skip to content

Commit af69b30

Browse files
authored
Merge pull request #564 from day0hero/ragllm-pr21
resolves #21 rag-llm-gitops
2 parents 414a252 + 73313cb commit af69b30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/pattern-util.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ else
3838
MYNAME=$(id -n -u)
3939
MYUID=$(id -u)
4040
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}"
41+
PODMAN_ARGS="--passwd-entry ${MYNAME}:x:${MYUID}:${MYGID}::/pattern-home:/bin/bash --user ${MYUID}:${MYGID} --userns keep-id:uid=${MYUID},gid=${MYGID}"
42+
4243
fi
4344

4445
if [ -n "$KUBECONFIG" ]; then

0 commit comments

Comments
 (0)