mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 23:10:33 +01:00
add json output for jail list
This commit is contained in:
@@ -37,7 +37,11 @@ usage() {
|
||||
}
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
jls -N
|
||||
jls -N
|
||||
fi
|
||||
|
||||
if [ "$1" == "-j" ]; then
|
||||
jls -N --libxo json
|
||||
fi
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user