From: Eric Bollengier Date: Mon, 11 Jan 2010 19:57:22 +0000 (+0100) Subject: Tweak postgresql update script to handle previous Bweb install X-Git-Tag: Release-5.0.0~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9c947fe7d067f8d68c73be304facd7424f354e7b;p=bacula%2Fbacula Tweak postgresql update script to handle previous Bweb install --- 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} $* <