@ -88,11 +88,8 @@ func runInit() {
_, err := os.Stat("/config.yaml")
if err != nil {
if os.IsNotExist(err) {
bootV1()
return
}
fatal("stat failed: ", err)
log.Error().Err(err).Msg("config not found")
fatal()
bootV2()
The note is not visible to the blocked user.