Skip to content

Commit

Permalink
Merge pull request #33 from devilbox/release-0.38
Browse files Browse the repository at this point in the history
Release 0.38
  • Loading branch information
cytopia authored Jan 27, 2022
2 parents 68fe02d + ae3ad6c commit 9cbe156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
refs:
- 'master'
- '0.37'
- '0.38'
steps:

# ------------------------------------------------------------
Expand Down
6 changes: 0 additions & 6 deletions data/docker-entrypoint.d/01-uid-gid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ set_uid() {
# Change uid and fix homedir permissions
log "info" "Changing user '${username}' uid to: ${uid}" "${debug}"
run "usermod -u ${uid} ${username}" "${debug}"
if [ -d "${homedir}" ]; then
run "chown -R ${username} ${homedir}" "${debug}"
fi
fi
fi
}
Expand Down Expand Up @@ -114,9 +111,6 @@ set_gid() {
# Change ugd and fix homedir permissions
log "info" "Changing group '${groupname}' gid to: ${gid}" "${debug}"
run "groupmod -g ${gid} ${groupname}" "${debug}"
if [ -d "${homedir}" ]; then
run "chown -R :${groupname} ${homedir}" "${debug}"
fi
fi
fi
}
Expand Down

0 comments on commit 9cbe156

Please sign in to comment.