#!/bin/sh # # shell script TO GRANT privileges to the bacula database # bindir=@SQL_BINDIR@ db_name=${db_name:-@db_name@} if sql ${db_name} $* <