]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_sqlite_database.in
- Fix ANSI labels to put EOF1 and EOF2 after each file mark.
[bacula/bacula] / bacula / src / cats / drop_sqlite_database.in
index 09913a6a400aaacf3fd9fb63e9a0abee6f11733f..4af81af0ba92f24865a8462f79124f83c7f0f4f3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # shell script to drop Bacula SQLite tables
 
-if test xsqlite = x@DB_NAME@ ; then 
+if test xsqlite = x@DB_NAME@ -o xsqlite3 = x@DB_NAME@ ; then 
   cd @working_dir@
   rm -rf bacula.db
   echo "SQLite database dropped."