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

use custom-specified otherf database correctly

parent 1d32e405
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,10 @@ sub run_script {
'-user' => $ofuser,
'-pass' => $ofpass,
'-dbname' => $ofdbname,
'-species' => $species_name.$ofhost,
'-species' => $species_name,
'-group' => 'otherfeatures',
);
$otherf_dba->dnadb($core_dba);
} else {
# Else database should be on staging
$registry->load_registry_from_multiple_dbs(
......
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