#!/bin/sh # # shell script to create Bacula SQLite tables bindir=@SQL_BINDIR@ cd @working_dir@ sqlite=@DB_NAME@ ${bindir}/${sqlite} $* bacula.db <