missid jail

This commit is contained in:
tschettervictor
2025-12-02 16:29:47 -07:00
committed by GitHub
parent 28d7528102
commit 4daa29efbd

View File

@@ -121,7 +121,7 @@ for _jail in ${JAILS}; do
bastille_jail_monitor="${bastille_jailsdir}/${_jail}/monitor"
# Skip if jail is not running or no monitor file
if ! check_target_is_running || [ ! -f "${bastille_jail_monitor}" ]; then
if ! check_target_is_running "${_jail}" || [ ! -f "${bastille_jail_monitor}" ]; then
continue
fi