diff --git a/cmd/list.go b/cmd/list.go index 84649fb..a3e353b 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -255,7 +255,7 @@ func listJailsFromDirectory(dir string, dsname string) ([]Jail, error) { // 2. Build jail object from config jailRootPath := fmt.Sprintf("%s/%s/%s", dir, fi.Name(), "root") j := Jail{ - Name: jailConf.Host_hostname, + Name: jailConf.Host_hostuuid, Config: jailConf, ConfigPath: jailConfPath, Datastore: dsname,