Skip to content

Commit 5505aac

Browse files
author
Matthew Fisher
committed
fix(registry): silence confd errors from boot
1 parent 0e23f10 commit 5505aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

registry/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ etcd_set_default protocol http
4545
etcd_set_default bucketName ${BUCKET_NAME}
4646

4747
# wait for confd to run once and install initial templates
48-
until confd -onetime -node $ETCD --confdir /app --interval 5 --quiet; do
48+
until confd -onetime -node $ETCD --confdir /app --interval 5 --quiet >/dev/null 2>&1 ; do
4949
echo "registry: waiting for confd to write initial templates..."
5050
sleep $(($ETCD_TTL/2)) # sleep for half the TTL
5151
done

0 commit comments

Comments
 (0)