Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-test
Commits
3ac240ea
Commit
3ac240ea
authored
Jan 28, 2019
by
Marc Chakiachvili
Committed by
Marek Szuba
Jan 28, 2019
Browse files
Corrected ENV HOME var (#27)
parent
70280186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/load_database.pl
scripts/load_database.pl
+1
-1
No files found.
scripts/load_database.pl
View file @
3ac240ea
...
...
@@ -88,7 +88,7 @@ sub report_dumper_cmdline {
my
(
$self
)
=
@_
;
my
$dbc
=
$self
->
{
mdb
}
->
get_DBAdaptor
(
$self
->
{
opts
}
->
{
type
})
->
dbc
();
my
$password
=
(
$dbc
->
password
())
?
'
--pass
'
.
$dbc
->
password
()
:
q{}
;
printf
"
Database dumper command line: dump_mysql.pl --host %s --port %d --user %s %s --database %s --verbose --testcompatible --directory
$HOME
\n
",
printf
"
Database dumper command line: dump_mysql.pl --host %s --port %d --user %s %s --database %s --verbose --testcompatible --directory
$
ENV
{
HOME
}
\n
",
$dbc
->
host
(),
$dbc
->
port
(),
$dbc
->
username
(),
$password
,
$dbc
->
dbname
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment