We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430d6d2 commit e61589aCopy full SHA for e61589a
internal/flybarman/node.go
@@ -139,7 +139,8 @@ wal_retention_policy = main
139
return fmt.Errorf("failed to write file %s: %s", n.RootPasswordConfigPath, err)
140
}
141
142
- barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron`
+ barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron
143
+ `
144
145
if err := os.WriteFile(n.BarmanCronFile, []byte(barmanCronFileContent), 0644); err != nil {
146
return fmt.Errorf("failed write %s: %s", n.BarmanCronFile, err)
0 commit comments