Skip to content

Commit

Permalink
Merge pull request #736 from toonvd/feature/linux-permissions
Browse files Browse the repository at this point in the history
linux permissions - env side
  • Loading branch information
navarr authored Jan 24, 2024
2 parents 6f650ec + eca58a8 commit 39d4729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/env.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ WARDEN_ENV_PATH="$(locateEnvPath)" || exit $?
loadEnvConfig "${WARDEN_ENV_PATH}" || exit $?
assertDockerRunning

HOST_UID=$(id -u)
HOST_GID=$(id -g)

if (( ${#WARDEN_PARAMS[@]} == 0 )) || [[ "${WARDEN_PARAMS[0]}" == "help" ]]; then
# shellcheck disable=SC2153
$WARDEN_BIN env --help || exit $? && exit $?
Expand Down

0 comments on commit 39d4729

Please sign in to comment.