From bddc7dd1cb50850b70617ec18a76717fe2adaa2b Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:22:37 -0600 Subject: [PATCH] list: Reverst targeting all jails --- usr/local/share/bastille/list.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index 64a65c96..b123d807 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -83,8 +83,7 @@ list_all(){ JAIL_LIST="${TARGET}" else # Query all info for all jails(default). - set_target ALL - JAIL_LIST=${JAILS} + JAIL_LIST=$(ls --color=never "${bastille_jailsdir}" | sed "s/\n//g") fi for _JAIL in ${JAIL_LIST}; do