From: Eric Bollengier Date: Fri, 8 Feb 2013 11:33:20 +0000 (+0100) Subject: Fix update_postgresql_tables 10 to 11 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=0c489fc1b15740cadabb8dfb55c4fb99a6c6056e 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} $* <