Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5f5a214f
authored
2025-01-20 15:19:07 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix user mapping when variables aren't given.
1 parent
563f5806
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
entrypoint.sh
entrypoint.sh
View file @
5f5a214
...
...
@@ -25,7 +25,7 @@ adjust_tool_uid_gid() {
usermod_args+
=(
-aG
"
${
new_groups
[*]
}
"
)
fi
fi
if
[[
${#
usermod_args
[*]
}
]]
;
then
if
[[
${#
usermod_args
[*]
}
-gt 0
]]
;
then
usermod
"
${
usermod_args
[@]
}
"
tool
fi
}
...
...
Please
register
or
sign in
to post a comment