Skip to content
Snippets Groups Projects
Commit 1b0551e2 authored by Christian Engwer's avatar Christian Engwer
Browse files

changed db locateion

[[Imported from SVN: r2159]]
parent d4bf4eee
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
use strict;
use DBI;
my $dbh = DBI->connect( 'dbi:CSV:f_dir=~/.allread/check-log/',
my $dbh = DBI->connect( 'dbi:CSV:f_dir=/afs/iwr/home/christi/.allread/check-log/',
'dune',
'dunepwd',
{
......
......@@ -26,7 +26,7 @@ my $path = shift || die $USAGE;
#
# <tag> <revision> <host> <mode> <module> <path> <errors> <warnings> <log>
my $dbh = DBI->connect( 'dbi:CSV:f_dir=~/.allread/check-log/',
my $dbh = DBI->connect( 'dbi:CSV:f_dir=/afs/iwr/home/christi/.allread/check-log/',
'dune',
'dunepwd',
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment