#!/bin/sh # # shell script to grant privileges to the bacula database # USER=bacula bindir= db_name=bacula if $bindir/psql -f - -d ${db_name} $* <