Update pandora_manage.pl
Former-commit-id: 451b04e91078b99c8b9f41a35271797c343f357c
This commit is contained in:
parent
cf2b9c5798
commit
c05e99f37e
|
@ -6105,6 +6105,7 @@ sub pandora_manage_main ($$$) {
|
||||||
elsif ($param eq '--get_alert_commands') {
|
elsif ($param eq '--get_alert_commands') {
|
||||||
param_check($ltotal, 5, 5);
|
param_check($ltotal, 5, 5);
|
||||||
cli_get_alert_commands();
|
cli_get_alert_commands();
|
||||||
|
}
|
||||||
elsif ($param eq '--get_alert_actions') {
|
elsif ($param eq '--get_alert_actions') {
|
||||||
param_check($ltotal, 3, 3);
|
param_check($ltotal, 3, 3);
|
||||||
cli_get_alert_actions();
|
cli_get_alert_actions();
|
||||||
|
|
Loading…
Reference in New Issue