X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fdrop_sqlite3_tables.in;h=9cd8d39b33fe341b914ed3c92904cec396f1014b;hb=edfffe456de676cc799719b684f883976d467f06;hp=1365db6f5d81a67f733adab1721069327dd68f96;hpb=9e3b3194a1e57dc5770daae40fe9d7edcbe36525;p=bacula%2Fbacula diff --git a/bacula/src/cats/drop_sqlite3_tables.in b/bacula/src/cats/drop_sqlite3_tables.in index 1365db6f5d..9cd8d39b33 100644 --- a/bacula/src/cats/drop_sqlite3_tables.in +++ b/bacula/src/cats/drop_sqlite3_tables.in @@ -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