Tried to add a running release attibute, but Config.Release already do the realtime job
This commit is contained in:
parent
efb7248973
commit
684129079f
@ -8,6 +8,8 @@ type Jail struct {
|
|||||||
RootPath string
|
RootPath string
|
||||||
ConfigPath string
|
ConfigPath string
|
||||||
Running bool
|
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
|
// iocage struct as stored in config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user