]> mj.ucw.cz Git - pciids.git/blobdiff - scripts/initdb.pl
Comment out setting of the ids for mail submitter
[pciids.git] / scripts / initdb.pl
index 730bfd3f0603952effd275ded0603334b183ec14..45589f6c3a6377d9953eacc72d504394a31b36c7 100755 (executable)
@@ -25,6 +25,7 @@ BEGIN {
 }
 use PciIds::Config;
 use PciIds::Db;
+use PciIds::Startup;
 use DBI;
 
 my @lines;
@@ -46,7 +47,7 @@ sub createTable( $ ) {
 }
 
 my $dbh = connectDb();
-open TABLES, "tables" or die "Could not open table definitions\n";
+open TABLES, $directory."tables" or die "Could not open table definitions\n";
 foreach( <TABLES> ) {
        chomp;
        if( /^\s*$/ ) {