From 557675b3dd5d709c897de63efa8d0202f90f4ebb Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Tue, 29 Apr 2025 21:18:33 -0600 Subject: [PATCH] one more comment --- usr/local/share/bastille/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 263ed65f..edc2d869 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -68,6 +68,7 @@ fi error_continue() { error_notify "$@" # Print blank line on last jail + # We can use _TARGET from check_target_is_(running|stopped) for this [ "${_TARGET}" = "${_LAST_JAIL}" ] && echo "" # shellcheck disable=SC2104 continue