Skip to content

Commit

Permalink
remove duplicate backup_directory line (2ndquadrant-it#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Nov 18, 2019
1 parent 6c77426 commit 7c76445
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/server.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ wal_retention_policy = <%= @wal_retention_policy %>
<%- if @wals_directory -%>
wals_directory = <%= @wals_directory %>
<%- end -%>
<%- if @backup_directory -%>
backup_directory = <%= @backup_directory %>
<%- end -%>
<%- if @custom_lines -%>
<%= @custom_lines %>
<%- end -%>

0 comments on commit 7c76445

Please sign in to comment.