Merge branch 'ent-5875-No-se-crean-los-módulos-de-inventario-locales-filesystem-y-init-services' into 'develop'

Fixed spaces in module name

See merge request artica/pandorafms!3229
This commit is contained in:
Alejandro Fraguas 2020-06-08 13:38:47 +02:00
commit 201c28233f
1 changed files with 2 additions and 2 deletions

View File

@ -567,12 +567,12 @@ if ($enable_all == 1 || $enabled{'software'} == 1) {
#init_services
if ($enable_all == 1 || $enabled{'init_services'} == 1) {
get_servicies_init_machine ('Init_services', \%modules);
get_servicies_init_machine ('Init services', \%modules);
}
#filesystem
if ($enable_all == 1 || $enabled{'filesystem'} == 1) {
get_file_system('Filesystem', \%modules);
get_file_system('File system', \%modules);
}
#processes