Skip to content

Commit

Permalink
Merge pull request #54 from nachobel/patch-1
Browse files Browse the repository at this point in the history
runscript.sh
  • Loading branch information
seanap authored Jun 1, 2024
2 parents f300ce9 + f83d508 commit 34e8db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if ! id -u "${PUID}" &>/dev/null; then
group_id="${PGID}"
fi

addgroup --gid "${group_id}" "${user_name}"

adduser \
--uid "${user_id}" \
"${user_name}" \
Expand Down

0 comments on commit 34e8db5

Please sign in to comment.