#!/bin/bash
#
# shell script to drop Bacula SQLite3 tables

rm -f /var/lib/bacula/bacula.db
echo "SQLite3 database dropped."
