]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite_database.in
remove comments expressing doubt. adjust whitespace
[bacula/bacula] / bacula / src / cats / drop_sqlite_database.in
1 #!/bin/sh
2 #
3 # shell script to drop Bacula SQLite tables
4
5 bindir=@SQL_BINDIR@
6 cd @working_dir@
7
8 # how do we drop an sqlite database?
9 #$bindir/sqlite $* bacula.db <<END-OF-DATA
10 #END-OF-DATA
11 exit 0