]> mj.ucw.cz Git - pciids.git/blobdiff - scripts/initdb.pl
Merge branch 'master' of /home/vorner/pciids
[pciids.git] / scripts / initdb.pl
index 45589f6c3a6377d9953eacc72d504394a31b36c7..5194321721e1092a89259e46ff4a85bf76adbb1c 100755 (executable)
@@ -47,7 +47,7 @@ sub createTable( $ ) {
 }
 
 my $dbh = connectDb();
-open TABLES, $directory."tables" or die "Could not open table definitions\n";
+open TABLES, $directory."cf/tables" or die "Could not open table definitions\n";
 foreach( <TABLES> ) {
        chomp;
        if( /^\s*$/ ) {