#!/bin/sh
#
# shell script to create Bacula SQLite tables

touch /var/lib/bacula/bacula.db
exit 0
