We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e23f10 commit 5505aacCopy full SHA for 5505aac
1 file changed
registry/bin/boot
@@ -45,7 +45,7 @@ etcd_set_default protocol http
45
etcd_set_default bucketName ${BUCKET_NAME}
46
47
# wait for confd to run once and install initial templates
48
-until confd -onetime -node $ETCD --confdir /app --interval 5 --quiet; do
+until confd -onetime -node $ETCD --confdir /app --interval 5 --quiet >/dev/null 2>&1 ; do
49
echo "registry: waiting for confd to write initial templates..."
50
sleep $(($ETCD_TTL/2)) # sleep for half the TTL
51
done
0 commit comments