#!/bin/sh
#
# shell script to Delete the SQLite tables, we simply delete and recreate
#  the database.
#

rm -f /var/lib/bacula/bacula.db
touch /var/lib/bacula/bacula.db
