mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed spaces in module name
This commit is contained in:
parent
44991d0b46
commit
ed08867ab0
@ -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