From babdfd7f5b6ceb31695b03b6f1a2ff6a1a6b357a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:57:32 -0600 Subject: [PATCH] fix shellcheck --- usr/local/share/bastille/console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/console.sh b/usr/local/share/bastille/console.sh index 4b300579..e4215d35 100644 --- a/usr/local/share/bastille/console.sh +++ b/usr/local/share/bastille/console.sh @@ -113,7 +113,7 @@ check_fib() { _setfib="" fi } -for _jail in JAILS; do +for _jail in ${JAILS}; do info "[${_jail}]:"