#!/bin/sh
#
# shell script to Delete the SQLite Bacula database (same as deleting 
#  the tables)
#

rm -f /var/bacula/bacula.db
