From 4daa29efbda38f57120e68f2660bc354cc02585a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:29:47 -0700 Subject: [PATCH] missid jail --- usr/local/share/bastille/monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/monitor.sh b/usr/local/share/bastille/monitor.sh index 392154c1..e46611e5 100644 --- a/usr/local/share/bastille/monitor.sh +++ b/usr/local/share/bastille/monitor.sh @@ -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