fixed error

This commit is contained in:
daniel 2018-03-22 13:33:23 +01:00
parent 55d0ca122b
commit 0156bff9e6
1 changed files with 9 additions and 1 deletions

View File

@ -6070,7 +6070,15 @@ sub pandora_manage_main ($$$) {
elsif ($param eq '--apply_module_template') {
param_check($ltotal, 2, 2);
cli_apply_module_template();
}
}
elsif ($param eq '--migration_agent_queue') {
param_check($ltotal, 4, 1);
cli_migration_agent_queue();
}
elsif ($param eq '--migration_agent') {
param_check($ltotal, 1, 0);
cli_migration_agent();
}
else {
print_log "[ERROR] Invalid option '$param'.\n\n";
$param = '';