add minute ket to automysqlbackup plist
Without this change automysqlbackup backups every minute of 4am on daily backup, 60 times per day. Closes Homebrew/homebrew#25300. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4d6b18ca7b
commit
e3878b53c2
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ class Automysqlbackup < Formula
|
|||
<dict>
|
||||
<key>Hour</key>
|
||||
<integer>04</integer>
|
||||
<key>Minute</key>
|
||||
<integer>00</integer>
|
||||
</dict>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
|
|
Loading…
Reference in a new issue