summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-06-10 13:22:41 +0200
committerDirk Engling <erdgeist@erdgeist.org>2014-06-10 13:22:41 +0200
commit52e8ea4a164f444824d9783595351d091e0a4825 (patch)
treefd21e19eda1c21a1f4b445325fe9e4a582ce68a2
parentc657c8d84e845311b84d65a21ff6f41bf82b254f (diff)
Fix typo in new trouble shoot command
-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}