#!/bin/sh # # shell script to create Bacula SQLite tables db_name=bacula touch /var/bacula/working/${db_name}.db exit 0