Skip to content

Commit 6506c1d

Browse files
committed
Merge pull request #490 from TracyWebTech/master
[BUG] [Critical] Removing extra space after slash in mysqlbackup.sh
2 parents ec1cc59 + 3d4a153 commit 6506c1d

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
@@ -53,7 +53,7 @@ mysqldump -u${USER} -p${PASS} --opt --flush-logs --single-transaction \
5353
<% end -%>
5454
<% else -%>
5555
<% @backupdatabases.each do |db| -%>
56-
mysqldump -u${USER} -p${PASS} --opt --flush-logs --single-transaction \
56+
mysqldump -u${USER} -p${PASS} --opt --flush-logs --single-transaction \
5757
${EVENTS} \
5858
<%= db %><% if @backupcompress %>| bzcat -zc <% end %>> ${DIR}/${PREFIX}<%= db %>_`date +%Y%m%d-%H%M%S`.sql<% if @backupcompress %>.bz2<% end %>
5959
<% end -%>

0 commit comments

Comments
 (0)