mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-02 10:49:48 +01:00
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