We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71d1f24 + 056407f commit b763006Copy full SHA for b763006
templates/mysqlbackup.sh.erb
@@ -11,7 +11,7 @@
11
##### START CONFIG ###################################################
12
13
USER=<%= @backupuser %>
14
-PASS=<%= @backuppassword %>
+PASS='<%= @backuppassword %>'
15
DIR=<%= @backupdir %>
16
ROTATE=<%= [ Integer(@backuprotate) - 1, 0 ].max %>
17
0 commit comments