diff options
Diffstat (limited to 'init')
| -rwxr-xr-x | init | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,10 @@ for repo in (set -n | string match -r "^REPO_\S+") set repos $repos (eval echo \$$repo) end +if set -q $_flag_g + set GIT_UID $_flag_g +end + # Setup users adduser git -u $GIT_UID -D --shell "/usr/bin/git-shell" for user in $users |
