]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_sqlite_tables.in
Correct compile error
[bacula/bacula] / bacula / src / cats / drop_sqlite_tables.in
index 87fe38fdaf9b5053945907db1b398581c85953b1..f966f875defb066166e5cfb637fc687f3a6157b7 100644 (file)
@@ -3,6 +3,7 @@
 # shell script to Delete the SQLite tables, we simply delete and recreate
 #  the database.
 #
+db_name=@db_name@
 
-rm -f @working_dir@/bacula.db
-touch @working_dir@/bacula.db
+rm -f @working_dir@/${db_name}.db
+touch @working_dir@/${db_name}.db