]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/create_sqlite_database.in
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / cats / create_sqlite_database.in
1 #!/bin/sh
2 #
3 # shell script to create Bacula SQLite tables
4
5 touch @working_dir@/bacula.db
6 exit 0