mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
(Small Change) Fixed the CLI's mandatory param check for "--create_network_module".
This commit is contained in:
parent
81769c3f5e
commit
2f22c5fc22
@ -4413,7 +4413,7 @@ sub pandora_manage_main ($$$) {
|
||||
cli_create_module_group();
|
||||
}
|
||||
elsif ($param eq '--create_network_module') {
|
||||
param_check($ltotal, 26, 20);
|
||||
param_check($ltotal, 24, 20);
|
||||
cli_create_network_module(0);
|
||||
}
|
||||
elsif ($param eq '--create_snmp_module') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user