]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/update_ingres_tables.in
Tweak updates
[bacula/bacula] / bacula / src / cats / update_ingres_tables.in
1 #!/bin/sh
2 #
3 # Shell script to update Ingres tables (without any function for now)
4 #
5 echo " "
6 echo "This script will update a Bacula Ingres database (if needed)"
7 echo " "
8 bindir=@INGRES_BINDIR@
9 db_name=@db_name@
10
11 echo "Update of Bacula Ingres tables succeeded. (nothing to do)"
12 exit 0