]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_bacula_tables.in
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / cats / make_bacula_tables.in
index 0c6dd12eb6663df175f0fdacf809c59953c128e5..c8469f12bf04e11fb7f36f201074d4c2e36e47c9 100755 (executable)
@@ -3,7 +3,7 @@
 # This routine makes the appropriately configured
 #  Bacula tables for PostgreSQL, MySQL, or SQLite.
 #
-if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
+if test xsqlite3 = x@DB_TYPE@ ; then
   echo "Making SQLite tables"
   @scriptdir@/make_@DB_TYPE@_tables $*
 else