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" : [
{
"_comment" : "disable sensors service",
"action" : "disableservices",
"action" : "DisableService",
"name" : "sensorservice"
},
{
"_comment" : "Disable sensors monitoring service",
"action" : "disableservices",
"action" : "DisableService",
"name" : "SensrSvc"
},
{
"_comment" : "Disable sensors data service",
"action" : "disableservices",
"action" : "DisableService",
"name" : "SensorDataService"
}
]

View file

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