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