Fix typo in new trouble shoot command

This commit is contained in:
Dirk Engling 2014-06-10 13:22:41 +02:00
parent c657c8d84e
commit 52e8ea4a16

View File

@ -1638,7 +1638,7 @@ troubleshoot)
# Check if all mount points inside the jails are there
shift
[ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A`
[ $# -gt 0 ] && cd ${ezjail_jailcfgs} && set - `ls -A`
for ezjail; do
fetchjailinfo ${ezjail%.norun}