Skip to content
Snippets Groups Projects
Commit 8a56d42c authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Make specifying passwords for target and source databases optional.

parent bcb5792f
No related branches found
No related tags found
No related merge requests found
......@@ -101,12 +101,12 @@ $conf->parse_options(
'sourcedbname=s' => 1,
'sourcehost=s' => 1,
'sourceuser=s' => 1,
'sourcepass=s' => 1,
'sourcepass=s' => 0,
'sourceport=i' => 1,
'targetdbname=s' => 1,
'targethost=s' => 1,
'targetuser=s' => 1,
'targetpass=s' => 1,
'targetpass=s' => 0,
'targetport=i' => 1,
'species_id' => 0,
'species_name' => 0 );
......
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