From: Eric Bollengier Date: Thu, 14 Jan 2010 13:48:13 +0000 (+0100) Subject: Fix error message in grant_postgresql_privileges X-Git-Tag: Release-5.0.0~70^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf997d2165b4830cf3aa6b3875689bda7e89e601;p=bacula%2Fbacula Fix error message in grant_postgresql_privileges --- diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index 499381e9d3..19ee9bcf4a 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -6,7 +6,7 @@ db_user=${db_user:-@db_user@} bindir=@SQL_BINDIR@ db_name=${db_name:-@db_name@} -if $bindir/psql -f - -d ${db_name} $* <