]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_sqlite_tables.in
kes Begin work on new GUI console.
[bacula/bacula] / bacula / src / cats / drop_sqlite_tables.in
index 1365db6f5d81a67f733adab1721069327dd68f96..87fe38fdaf9b5053945907db1b398581c85953b1 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/sh
 #
-# shell script to Delete the SQLite Bacula database (same as deleting 
-#  the tables)
+# shell script to Delete the SQLite tables, we simply delete and recreate
+#  the database.
 #
 
 rm -f @working_dir@/bacula.db
+touch @working_dir@/bacula.db