]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite3_tables.in
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / cats / drop_sqlite3_tables.in
1 #!/bin/sh
2 #
3 # shell script to Delete the SQLite Bacula database (same as deleting 
4 #  the tables)
5 #
6 db_name=@db_name@
7
8 rm -f @working_dir@/${db_name}.db