mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
commit
201c28233f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user