]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Revert "Fix #8240 About wrong path in update_bacula_tables"
authorEric Bollengier <eric@baculasystems.com>
Wed, 1 Dec 2021 18:11:13 +0000 (19:11 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
This reverts commit b8f40afa9752c9e916df6a2721f0092cbbd1e111.

bacula/src/cats/update_bacula_tables.in

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