#!/bin/sh
set -e
{% if mysql_remove_dump_after_backup | default(True) %}
rm -f /home/lbkp/mysql/*.sql*
{% endif %}