]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #8240 About wrong path in update_bacula_tables
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Thu, 4 Nov 2021 12:51:50 +0000 (13:51 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
bacula/src/cats/update_bacula_tables.in

index ab924fb676f7ae8a4d906282e33d4346712f526e..c3216f01088585fc32f3789ee068254ca09d9db3 100755 (executable)
@@ -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 $*"