diff options
author | erdgeist <de@gsmk.de> | 2014-06-10 00:11:54 +0200 |
---|---|---|
committer | erdgeist <de@gsmk.de> | 2014-06-10 00:11:54 +0200 |
commit | 685f8e8d611b7d8ea1d8bc50e2cb13d76bc78a05 (patch) | |
tree | 4cfe09f3bab14357b583322b761dc0f5173cea7d /ezjail-admin | |
parent | da50e7e2c8b6dcf2445d4edc3fb9f06616158bd1 (diff) |
add more todo to troubleshoot subcommand
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-x | ezjail-admin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ezjail-admin b/ezjail-admin index f2e1b0a..902ad95 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -1635,6 +1635,7 @@ troubleshoot) | |||
1635 | # Check for duplicate non unique IPv4 addresses | 1635 | # Check for duplicate non unique IPv4 addresses |
1636 | # Check if all necessary file systems for zfs jails are mounted | 1636 | # Check if all necessary file systems for zfs jails are mounted |
1637 | # For zfs jails check, if zpool is full | 1637 | # For zfs jails check, if zpool is full |
1638 | # Check if all mount points inside the jails are there | ||
1638 | 1639 | ||
1639 | shift | 1640 | shift |
1640 | [ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A` | 1641 | [ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A` |