Skip to content

Commit

Permalink
Merge pull request #418 from cedwards/fix-410-cmd-use-jail-env
Browse files Browse the repository at this point in the history
fix issue #410 so CMD properly uses jailed env (root)
  • Loading branch information
cedwards authored Jul 14, 2021
2 parents 4d75ee6 + 43a3373 commit fb74bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ fi

for _jail in ${JAILS}; do
info "[${_jail}]:"
jexec -l "${_jail}" "$@"
jexec -l -U root "${_jail}" "$@"
echo
done

0 comments on commit fb74bcb

Please sign in to comment.