From: Eric Bollengier Date: Wed, 1 Dec 2021 18:11:13 +0000 (+0100) Subject: Revert "Fix #8240 About wrong path in update_bacula_tables" X-Git-Tag: Beta-15.0.0~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a30f025077dc43b9822fb664e791e031f6d791;p=thirdparty%2Fbacula.git Revert "Fix #8240 About wrong path in update_bacula_tables" This reverts commit b8f40afa9752c9e916df6a2721f0092cbbd1e111. --- diff --git a/bacula/src/cats/update_bacula_tables.in b/bacula/src/cats/update_bacula_tables.in index c3216f010..ab924fb67 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@/updatedb/update_${db_type}_tables $*" +$pre_command "@scriptdir@/update_${db_type}_tables $*"