From 721a5ca6a0e130af225c8232ac56cad4741ee71a Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Wed, 18 Oct 2023 18:26:55 -0700 Subject: [PATCH] fix for JID instead of jail name in list printout --- usr/local/share/bastille/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index 1e14d75d..c5c346a5 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -42,7 +42,7 @@ fi bastille_root_check if [ $# -eq 0 ]; then - /usr/sbin/jls -N + /usr/sbin/jls fi if [ "${1}" == "-j" ]; then