Error in action name

This commit is contained in:
Yorick Barbanneau 2018-03-31 23:31:12 +02:00
parent ce7da69a5b
commit 745049551a
2 changed files with 4 additions and 4 deletions

View file

@ -4,17 +4,17 @@
"actions" : [ "actions" : [
{ {
"_comment" : "disable sensors service", "_comment" : "disable sensors service",
"action" : "disableservices", "action" : "DisableService",
"name" : "sensorservice" "name" : "sensorservice"
}, },
{ {
"_comment" : "Disable sensors monitoring service", "_comment" : "Disable sensors monitoring service",
"action" : "disableservices", "action" : "DisableService",
"name" : "SensrSvc" "name" : "SensrSvc"
}, },
{ {
"_comment" : "Disable sensors data service", "_comment" : "Disable sensors data service",
"action" : "disableservices", "action" : "DisableService",
"name" : "SensorDataService" "name" : "SensorDataService"
} }
] ]

View file

@ -4,7 +4,7 @@
"actions" : [ "actions" : [
{ {
"_comment" : "Disable most diagnostic related services", "_comment" : "Disable most diagnostic related services",
"action" : "DisableServices", "action" : "DisableService",
"file" : "DiagServices.txt", "file" : "DiagServices.txt",
"firewall" : "True" "firewall" : "True"
}, },