v0.36c: Moved and renamed writeConfigToDisk into utils.go

This commit is contained in:
yo
2023-07-23 15:52:21 +02:00
parent 24439a8181
commit bce37e6541
7 changed files with 76 additions and 68 deletions

View File

@ -79,6 +79,7 @@ func upgradeJail(jail *Jail, version string) error {
}
// Get and write new release into config.json
updateVersion(jail)
return nil
}