change zfs list handling

This commit is contained in:
shoopea
2021-11-14 15:58:47 +08:00
parent 2704149a16
commit e192906265
6 changed files with 151 additions and 139 deletions

View File

@@ -53,6 +53,7 @@ func (c *Config) Load() error {
for k, v := range c.Box {
v.Name = k
v.zfs = NewZFSConfig()
s := &SSHConfig{
logged: false,
name: k,