Skip to content

Commit

Permalink
linux permissions - env side
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Van Dooren committed Jan 19, 2024
1 parent 6f650ec commit eca58a8
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 eca58a8

Please sign in to comment.