Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b0c6ac7 authored by Chienyuan's avatar Chienyuan
Browse files

Cert: remove redundant comma in config json

the redundant comma will cause run_device_cert fail to execute

Test: cert/run_device_cert.sh
Change-Id: I79825fb3919cde7670e14088688dd6297f0e3ced
parent 3342bd75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
                        "shell",
                        "/system/bin/stack_with_facade",
                        "--grpc-port=$(grpc_port)",
                        "--root-server-port=$(grpc_root_server_port)",
                        "--root-server-port=$(grpc_root_server_port)"
                    ]
                }
            ],
@@ -38,7 +38,7 @@
                        "shell",
                        "/system/bin/bluetooth_cert_stack",
                        "--grpc-port=$(grpc_port)",
                        "--root-server-port=$(grpc_root_server_port)",
                        "--root-server-port=$(grpc_root_server_port)"
                    ]
                }
            ]