Merge pull request #665 from andrewhotlab/master

restore check_fib() call
This commit is contained in:
Juan David Hurtado G
2024-07-13 08:01:20 -05:00
committed by GitHub

View File

@@ -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