mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
fixed error
This commit is contained in:
parent
55d0ca122b
commit
0156bff9e6
@ -6071,6 +6071,14 @@ sub pandora_manage_main ($$$) {
|
|||||||
param_check($ltotal, 2, 2);
|
param_check($ltotal, 2, 2);
|
||||||
cli_apply_module_template();
|
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 {
|
else {
|
||||||
print_log "[ERROR] Invalid option '$param'.\n\n";
|
print_log "[ERROR] Invalid option '$param'.\n\n";
|
||||||
$param = '';
|
$param = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user