]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_bacula_database.in
Tweak mutex order for SD
[bacula/bacula] / bacula / src / cats / drop_bacula_database.in
index d927621f2bbc623a8acca86791e9d64bdf3cd951..bd1dbf158c177a2a6e30656965e35151460e6836 100755 (executable)
@@ -3,11 +3,11 @@
 #  Drop Bacula database -- works for whatever is configured,
 #    MySQL, SQLite, PostgreSQL
 #
-if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
+if test xsqlite3 = x@DB_TYPE@ ; then
   @scriptdir@/drop_@DB_TYPE@_database $*
 else
   if test xmysql = x@DB_TYPE@ ; then 
-    echo "Dropping MySQL database"
+    echo "Making MySQL database"
     @scriptdir@/drop_mysql_database $*
   else
     @scriptdir@/drop_postgresql_database $*