Skip to content

Commit

Permalink
Apparently this was on purpose (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
davissp14 authored Jul 18, 2024
1 parent 430d6d2 commit e61589a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/flybarman/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ wal_retention_policy = main
return fmt.Errorf("failed to write file %s: %s", n.RootPasswordConfigPath, err)
}

barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron`
barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron
`

if err := os.WriteFile(n.BarmanCronFile, []byte(barmanCronFileContent), 0644); err != nil {
return fmt.Errorf("failed write %s: %s", n.BarmanCronFile, err)
Expand Down

0 comments on commit e61589a

Please sign in to comment.