version bump, README update

This commit is contained in:
yo
2023-06-03 11:18:42 +02:00
parent a4ff9c1d51
commit 7c3e14f0f1
2 changed files with 10 additions and 6 deletions

View File

@ -14,7 +14,7 @@ import (
)
const (
gVersion = "0.33a"
gVersion = "0.33b"
// TODO : Get from $jail_zpool/defaults.json
MIN_DYN_DEVFS_RULESET = 1000
@ -518,10 +518,8 @@ func WriteConfigToDisk(jailName string, changeauto bool, forceWrite bool) {
fmt.Printf("ERROR marshaling config: %s\n", err.Error())
}
fmt.Printf("DEBUG: Will write config to disk, with content:\n")
fmt.Printf(string(marshaled))
//fmt.Printf("DEBUG: Will write config to disk, with content:\n")
//fmt.Printf(string(marshaled))
if os.WriteFile(j.ConfigPath, []byte(marshaled), 0644); err != nil {
fmt.Printf("Error writing config file %s: %v\n", j.ConfigPath, err)