console: missed check_fib function

This commit is contained in:
tschettervictor
2025-01-09 09:22:22 -07:00
committed by GitHub
parent 3c49a47f49
commit 4aff04d037

View File

@@ -121,6 +121,7 @@ LOGIN="$(jexec -l "${TARGET}" which login)"
if [ -n "${USER}" ]; then
validate_user
else
check_fib
LOGIN="$(jexec -l "${TARGET}" which login)"
${_setfib} jexec -l "${TARGET}" $LOGIN -f root
fi