Fix typo in new trouble shoot command
This commit is contained in:
parent
c657c8d84e
commit
52e8ea4a16
@ -1638,7 +1638,7 @@ troubleshoot)
|
|||||||
# Check if all mount points inside the jails are there
|
# Check if all mount points inside the jails are there
|
||||||
|
|
||||||
shift
|
shift
|
||||||
[ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A`
|
[ $# -gt 0 ] && cd ${ezjail_jailcfgs} && set - `ls -A`
|
||||||
|
|
||||||
for ezjail; do
|
for ezjail; do
|
||||||
fetchjailinfo ${ezjail%.norun}
|
fetchjailinfo ${ezjail%.norun}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user