]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_sqlite3_tables.in
Fix #1624 about segfault in dvd driver when calling rewind(NULL)
[bacula/bacula] / bacula / src / cats / drop_sqlite3_tables.in
index 1365db6f5d81a67f733adab1721069327dd68f96..9cd8d39b33fe341b914ed3c92904cec396f1014b 100644 (file)
@@ -3,5 +3,6 @@
 # shell script to Delete the SQLite Bacula database (same as deleting 
 #  the tables)
 #
+db_name=@db_name@
 
-rm -f @working_dir@/bacula.db
+rm -f @working_dir@/${db_name}.db