Fix typos
Add file extension to templates
This commit is contained in:
parent
15ce24b532
commit
1f1c8d1542
10 changed files with 11 additions and 8 deletions
|
@ -5,7 +5,7 @@ DBNAMES=`mysql --defaults-file=/etc/mysql/debian.cnf --execute="SHOW DATABASES"
|
|||
BACKUPDIR="{{ automysqlbackup_backupdir | default("/var/lib/automysqlbackup") }}"
|
||||
MAILCONTENT="quiet"
|
||||
MAXATTSIZE="4000"
|
||||
MAILADDR="{{ automysqlbackup_mailaddr | default(root) }}"
|
||||
MAILADDR="{{ automysqlbackup_mailaddr | default("root") }}"
|
||||
MDBNAMES="mysql $DBNAMES"
|
||||
DBEXCLUDE=""
|
||||
CREATE_DATABASE=yes
|
Loading…
Add table
Add a link
Reference in a new issue