From: Eric Bollengier Date: Fri, 8 Feb 2013 11:33:20 +0000 (+0100) Subject: Fix update_postgresql_tables 10 to 11 X-Git-Tag: Release-7.0.0~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2bcd97a63f21e04dafb66819ac41021f2361695;p=bacula%2Fbacula Fix update_postgresql_tables 10 to 11 --- diff --git a/bacula/updatedb/update_postgresql_tables_10_to_11.in b/bacula/updatedb/update_postgresql_tables_10_to_11.in index f5df19f2ba..1be8033d7b 100644 --- a/bacula/updatedb/update_postgresql_tables_10_to_11.in +++ b/bacula/updatedb/update_postgresql_tables_10_to_11.in @@ -10,7 +10,7 @@ bindir=@POSTGRESQL_BINDIR@ PATH="$bindir:$PATH" db_name=${db_name:-@db_name@} -psql -f - -d ${db_name} $* <