]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite3_database.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / drop_sqlite3_database.in
1 #!/bin/sh
2 #
3 # shell script to drop Bacula SQLite tables
4 db_name=@db_name@
5
6 cd @working_dir@
7 rm -rf ${db_name}.db
8 echo "SQLite database dropped."