From: Kern Sibbald Date: Mon, 9 Mar 2020 16:31:04 +0000 (+0100) Subject: Eliminate false error when droping postgres table MAC X-Git-Tag: Release-9.6.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0605b9e126a936e654fe8536fbf516557756d354;p=thirdparty%2Fbacula.git Eliminate false error when droping postgres table MAC --- diff --git a/bacula/src/cats/drop_postgresql_tables.in b/bacula/src/cats/drop_postgresql_tables.in index 495d054ea..80c3bef15 100644 --- a/bacula/src/cats/drop_postgresql_tables.in +++ b/bacula/src/cats/drop_postgresql_tables.in @@ -8,7 +8,7 @@ bindir=@POSTGRESQL_BINDIR@ db_name=@db_name@ -$bindir/psql -f - -d ${db_name} $* </dev/null 2>/dev/null drop table if exists unsavedfiles; drop table if exists basefiles; drop table if exists jobmedia;