#!/bin/bash -e
{% if pg_remove_dump_after_backup %}
rm -rf /home/lbkp/pgsql/*
{% else %}
rm -f /home/lbkp/pgsql/*.conf
{% endif %}