Update docs; commit setcap.sh

This commit is contained in:
Matthew Holt
2021-02-24 11:55:56 -07:00
parent 427bbe99d0
commit b54fa41239
4 changed files with 9 additions and 12 deletions

View File

@ -289,7 +289,7 @@ func unsyncedDecodeAndRun(cfgJSON []byte, allowPersist bool) error {
} else {
err := ioutil.WriteFile(ConfigAutosavePath, cfgJSON, 0600)
if err == nil {
Log().Info("autosaved config", zap.String("file", ConfigAutosavePath))
Log().Info("autosaved config (load with --resume flag)", zap.String("file", ConfigAutosavePath))
} else {
Log().Error("unable to autosave config",
zap.String("file", ConfigAutosavePath),