Skip to content

Commit 056407f

Browse files
committed
Add Quotes to backup password to be able to use more complex passwords.
1 parent 469d25d commit 056407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mysqlbackup.sh.erb

Lines changed: 1 addition & 1 deletion
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)