Merge pull request #495 from mauerj/master
Add quotes to backup password to be able to use more complex passwords.
This commit is contained in:
commit
b763006ab6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
##### START CONFIG ###################################################
|
||||
|
||||
USER=<%= @backupuser %>
|
||||
PASS=<%= @backuppassword %>
|
||||
PASS='<%= @backuppassword %>'
|
||||
DIR=<%= @backupdir %>
|
||||
ROTATE=<%= [ Integer(@backuprotate) - 1, 0 ].max %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue