From: Michal Rakowski Date: Thu, 4 Nov 2021 12:51:50 +0000 (+0100) Subject: Fix #8240 About wrong path in update_bacula_tables X-Git-Tag: Beta-15.0.0~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2237ca938dc4aa48a5ad1ff7316563050808de;p=thirdparty%2Fbacula.git Fix #8240 About wrong path in update_bacula_tables --- diff --git a/bacula/src/cats/update_bacula_tables.in b/bacula/src/cats/update_bacula_tables.in index ab924fb67..c3216f010 100755 --- a/bacula/src/cats/update_bacula_tables.in +++ b/bacula/src/cats/update_bacula_tables.in @@ -47,4 +47,4 @@ if [ $db_type = postgresql -a "$UID" = 0 ]; then fi echo "Altering ${db_type} tables" -$pre_command "@scriptdir@/update_${db_type}_tables $*" +$pre_command "@scriptdir@/updatedb/update_${db_type}_tables $*"