diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-27 17:49:08 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-27 17:49:08 +0100 |
commit | 156404df7fd1ad5ed6e8501d55ef9ba164817e21 (patch) | |
tree | fcf0976574662659efa0d3c567fe560027f06ddc /bin | |
parent | 25e935ea6db9d10060de418993f5a7892cfdc291 (diff) |
another port change. derp.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/iris-delay-stats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/iris-delay-stats b/bin/iris-delay-stats index 6831ca8..f2cc5ab 100755 --- a/bin/iris-delay-stats +++ b/bin/iris-delay-stats @@ -13,7 +13,7 @@ our $VERSION = '0.00'; my $station = shift or die("Usage: $0 <station> [database]\n"); my $dbname = shift // 'dbdb'; -my $dbh = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5433", +my $dbh = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5432", 'dbdb', $ENV{DBDB_PASSWORD} ); sub int_or_undef { |