Skip to content

Commit b763006

Browse files
committed
Merge pull request #495 from mauerj/master
Add quotes to backup password to be able to use more complex passwords.
2 parents 71d1f24 + 056407f commit b763006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mysqlbackup.sh.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
##### START CONFIG ###################################################
1212

1313
USER=<%= @backupuser %>
14-
PASS=<%= @backuppassword %>
14+
PASS='<%= @backuppassword %>'
1515
DIR=<%= @backupdir %>
1616
ROTATE=<%= [ Integer(@backuprotate) - 1, 0 ].max %>
1717

0 commit comments

Comments
 (0)