mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 11:12:12 +01:00
Merge pull request #418 from cedwards/fix-410-cmd-use-jail-env
fix issue #410 so CMD properly uses jailed env (root)
This commit is contained in:
@@ -47,6 +47,6 @@ fi
|
||||
|
||||
for _jail in ${JAILS}; do
|
||||
info "[${_jail}]:"
|
||||
jexec -l "${_jail}" "$@"
|
||||
jexec -l -U root "${_jail}" "$@"
|
||||
echo
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user