1
0
forked from ALHP/ALHP.GO

some code cleanup, fixed rustflags not being detected

This commit is contained in:
2023-01-20 13:18:34 +01:00
parent 4431e906c3
commit c2dec11aaf
4 changed files with 2 additions and 27 deletions

View File

@@ -512,8 +512,6 @@ func main() {
log.Infof("Failed to drop priority: %v", err)
}
log.Infof("Usable %d bytes of memory ", TotalMemory())
err = os.MkdirAll(conf.Basedir.Repo, 0o755)
if err != nil {
log.Fatalf("Error creating repo dir: %v", err)