mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-02 18:58:11 +01:00
Merge pull request #665 from andrewhotlab/master
restore check_fib() call
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