diff --git a/usr/local/share/bastille/cmd.sh b/usr/local/share/bastille/cmd.sh index 49e30c31..f1d148d0 100644 --- a/usr/local/share/bastille/cmd.sh +++ b/usr/local/share/bastille/cmd.sh @@ -47,6 +47,6 @@ fi for _jail in ${JAILS}; do info "[${_jail}]:" - jexec -l "${_jail}" "$@" + jexec -l -U root "${_jail}" "$@" echo done