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-7.0.0~2387^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b02d98be9de017b6175bc7c494c0bf12bffdb841;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} $* <