File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "RecipeFormatVersion" : " 2020-01-25" ,
33 "ComponentName" : " aws.greengrass.SystemsManagerAgent" ,
4- "ComponentVersion" : " 1.2.2 " ,
4+ "ComponentVersion" : " 1.2.3 " ,
55 "ComponentType" : " aws.greengrass.generic" ,
66 "ComponentDescription" : " Systems Manager Agent component to enable Systems Manager capabilities on your Greengrass devices" ,
77 "ComponentPublisher" : " Amazon" ,
7272 "SSM_OVERRIDE_EXISTING_REGISTRATION" : " {configuration:/SSMOverrideExistingRegistration}"
7373 },
7474 "Install" : {
75- "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -install" ,
75+ "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass - install" ,
7676 "RequiresPrivilege" : true
7777 },
7878 "Startup" : {
79- "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -register " ,
79+ "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass -register " ,
8080 "RequiresPrivilege" : true
8181 },
8282 "Shutdown" : {
83- "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -shutdown" ,
83+ "Script" : " {artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass - shutdown" ,
8484 "RequiresPrivilege" : true
8585 }
8686 },
You can’t perform that action at this time.
0 commit comments