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

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