mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 07:21:15 +01:00
list: Reverst targeting all jails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user