mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
fix typo
This commit is contained in:
6
jaildk
6
jaildk
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user