This commit is contained in:
Thomas von Dein
2021-07-05 14:37:17 +02:00
parent 938fc3a38b
commit 134076e74c

6
jaildk
View File

@@ -1255,13 +1255,13 @@ jaildk_jail() {
mode=$1 mode=$1
jail=$2 jail=$2
if test -a $mode = "status"; then if test "x$mode" = "xstatus"; then
bold "Running jail[s]:"
( (
if test -z "$jail"; then if test -z "$jail"; then
bold "Running jails:"
lookup='*' lookup='*'
else else
bold "Status $jail:"
lookup=$jail lookup=$jail
fi fi