Tweak template spacing to pass spec tests with clean output
This commit is contained in:
parent
af30a52182
commit
d212c87f0a
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin
|
|||
|
||||
find $DIR -mtime +30 -exec rm -f {} \;
|
||||
mysqldump -u${USER} -p${PASS} --opt --flush-logs --single-transaction \
|
||||
--all-databases <% if backupcompress %> | bzcat -zc <% end %> > ${DIR}/mysql_backup_`date +%Y%m%d-%H%M%S`.sql<% if backupcompress %>.bz2<% end %>
|
||||
--all-databases <% if backupcompress %>| bzcat -zc <% end %>> ${DIR}/mysql_backup_`date +%Y%m%d-%H%M%S`.sql<% if backupcompress %>.bz2<% end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue