summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index e3f7276..fb3fc1f 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -1638,7 +1638,7 @@ troubleshoot)
1638 # Check if all mount points inside the jails are there 1638 # Check if all mount points inside the jails are there
1639 1639
1640 shift 1640 shift
1641 [ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A` 1641 [ $# -gt 0 ] && cd ${ezjail_jailcfgs} && set - `ls -A`
1642 1642
1643 for ezjail; do 1643 for ezjail; do
1644 fetchjailinfo ${ezjail%.norun} 1644 fetchjailinfo ${ezjail%.norun}