From 0c489fc1b15740cadabb8dfb55c4fb99a6c6056e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 8 Feb 2013 12:33:20 +0100 Subject: [PATCH] Fix update_postgresql_tables 10 to 11 --- bacula/updatedb/update_postgresql_tables_10_to_11.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} $* <