dist & cache cleaning + preseeding

This commit is contained in:
Mikaël Cluseau
2026-05-15 16:29:23 +02:00
parent 78aa9ba20d
commit 1a4d908bef
6 changed files with 311 additions and 186 deletions
+2
View File
@@ -68,6 +68,8 @@ func writeNewConfig(cfgBytes []byte) (err error) {
err = os.Rename(out.Name(), cfgPath)
updateState()
go updateCache()
return
}