From 9c947fe7d067f8d68c73be304facd7424f354e7b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 11 Jan 2010 20:57:22 +0100 Subject: [PATCH] Tweak postgresql update script to handle previous Bweb install --- bacula/src/cats/update_postgresql_tables.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index fbffa8314e..89fff68257 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -13,7 +13,7 @@ export PATH="$bindir:$PATH" db_name=@db_name@ if psql -f - -d ${db_name} $* <