Skip to content

Commit

Permalink
show error messages to give user a hint
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 29, 2014
1 parent 4c41e50 commit 5f755a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cats/create_bareos_database.in
Expand Up @@ -93,7 +93,7 @@ case ${db_type} in
#
# use SQL_ASCII to be able to put any filename into
# the database even those created with unusual character sets
PSQLVERSION=`psql -d template1 -c 'SELECT version()' $* 2>/dev/null | \
PSQLVERSION=`psql -d template1 -c 'SELECT version()' $* | \
awk '/PostgreSQL/ { print $2 }' | \
cut -d '.' -f 1,2`

Expand Down

0 comments on commit 5f755a4

Please sign in to comment.