mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 11:12:12 +01:00
restore check_fib() calls
This is needed to respect the "exec.fib" parameter in bastille "console" command, which has been deleted by commit b997be5
This commit is contained in:
@@ -82,6 +82,7 @@ for _jail in ${JAILS}; do
|
||||
if [ -n "${USER}" ]; then
|
||||
validate_user
|
||||
else
|
||||
check_fib
|
||||
LOGIN="$(jexec -l "${_jail}" which login)"
|
||||
${_setfib} jexec -l "${_jail}" $LOGIN -f root
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user