From 3ad352c08e2ddca6ed26ac349c6cb137a051eda8 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 13:56:04 -0700 Subject: [PATCH] no trailing comma on bigtable block --- ext/central-controller-docker/main-new.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/central-controller-docker/main-new.sh b/ext/central-controller-docker/main-new.sh index f3e48b324..fbd646e4d 100755 --- a/ext/central-controller-docker/main-new.sh +++ b/ext/central-controller-docker/main-new.sh @@ -79,10 +79,10 @@ if [ "$ZT_USE_BIGTABLE" == "true" ]; then fi BIGTABLE_CONF=", \"bigtable\": { - \"project\": \"${ZT_BIGTABLE_PROJECT}\", - \"instance\": \"${ZT_BIGTABLE_INSTANCE}\", - \"table\": \"${ZT_BIGTABLE_TABLE}\" - }, + \"project\": \"${ZT_BIGTABLE_PROJECT}\", + \"instance\": \"${ZT_BIGTABLE_INSTANCE}\", + \"table\": \"${ZT_BIGTABLE_TABLE}\" + } " fi