Error in action name
This commit is contained in:
parent
ce7da69a5b
commit
745049551a
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"actions" : [
|
||||
{
|
||||
"_comment" : "Disable most diagnostic related services",
|
||||
"action" : "DisableServices",
|
||||
"action" : "DisableService",
|
||||
"file" : "DiagServices.txt",
|
||||
"firewall" : "True"
|
||||
},
|
||||
|
|
Reference in a new issue