v0.42i : Allow chango of auto values

This commit is contained in:
yo
2026-05-13 11:34:20 +02:00
parent f33b3cfec4
commit 4dd798a573
2 changed files with 3 additions and 2 deletions

View File

@@ -121,5 +121,6 @@ func SetJailProperties(args []string) {
fmt.Printf("%s: %s set to %s\n", cj.Name, p.name, p.value)
}
}
cj.WriteConfigToDisk(false)
// 01/06/2025 : Change false to true so we overwrite auto values (e.g. gocage set Config.Defaultrouter="192.168.1.1" myjail)
cj.WriteConfigToDisk(true)
}