mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 09:41:47 +01:00
Code review/cleanup routine
This commit is contained in:
@@ -47,7 +47,7 @@ fi
|
||||
|
||||
for _jail in ${JAILS}; do
|
||||
info "[${_jail}]:"
|
||||
if [ -f /usr/sbin/pkg ]; then
|
||||
if [ -f "/usr/sbin/pkg" ]; then
|
||||
jexec -l "${_jail}" /usr/sbin/pkg "$@"
|
||||
else
|
||||
jexec -l "${_jail}" /usr/sbin/mport "$@"
|
||||
|
||||
Reference in New Issue
Block a user