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

touch /var/bacula/${db_name}.db
exit 0
