Skip to content

Commit 07484e6

Browse files
author
Marcin Przepiorowski
committed
Merge branch 'backup_fix' into develop
2 parents d2910d8 + a14f25d commit 07484e6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/dx_get_db_env.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
{'Paramters', 200}
153153
);
154154

155+
$primary = 1;
156+
155157
} elsif (defined($config)) {
156158
$hostenv = 'e';
157159
$output->addHeader(

lib/Engine.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ use File::Spec;
5353
use Try::Tiny;
5454
use Term::ReadKey;
5555
use dbutils;
56+
use open qw(:std :utf8);
5657

5758
use LWP::Protocol::http;
5859
push(@LWP::Protocol::http::EXTRA_SOCK_OPTS, MaxLineLength => 0);

0 commit comments

Comments
 (0)