chore: fixes

This commit is contained in:
Simon Ding
2024-07-30 20:37:42 +08:00
parent 979218f615
commit 19ab8c65de
4 changed files with 9 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import (
func main() {
log.Infof("------------------- Starting Polaris ---------------------")
syscall.Umask(0011) //max permission 0766
syscall.Umask(0000) //max permission 0777
dbClient, err := db.Open()
if err != nil {