Tried to add a running release attibute, but Config.Release already do the realtime job

This commit is contained in:
yo 2021-12-18 21:35:37 +01:00
parent efb7248973
commit 684129079f

View File

@ -8,6 +8,8 @@ type Jail struct {
RootPath string
ConfigPath string
Running bool
// No need, Config.Release always represent what is running (plus it know release for non-running jails)
//Release string
}
// iocage struct as stored in config.json