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

@ -40,7 +40,8 @@ func updateJail(jail *Jail) error {
return err
}
// TODO : Get and write new release into config.json
// Get and write new release into config.json
updateVersion(jail)
return nil
}