mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fixed error
This commit is contained in:
parent
55d0ca122b
commit
0156bff9e6
@ -6070,7 +6070,15 @@ sub pandora_manage_main ($$$) {
|
|||||||
elsif ($param eq '--apply_module_template') {
|
elsif ($param eq '--apply_module_template') {
|
||||||
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