]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/postgresql.in
Remove some strange includes halve way this file which seems to be some copied code...
[bacula/bacula] / bacula / src / cats / postgresql.in
1 #!/bin/sh
2 #
3 # shell script to create Bacula PostgreSQL tables
4 #
5 bindir=@SQL_BINDIR@
6 db_name=@db_name@
7
8 $bindir/psql $* ${db_name}