Skip to content
Snippets Groups Projects
Commit 76bba302 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

tmp not always available

parent b667e747
Branches release/87
No related tags found
No related merge requests found
......@@ -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 /tmp\n",
printf "Database dumper command line: dump_mysql.pl --host %s --port %d --user %s %s --database %s --verbose --testcompatible --directory $HOME\n",
$dbc->host(), $dbc->port(), $dbc->username(), $password, $dbc->dbname();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment