Browse Source

Merge pull request #1619 from altano/master

Add `zerotier-cli info` output to Docker logs
Erik Hollensbe 3 năm trước cách đây
mục cha
commit
16d2b85c71
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      entrypoint.sh.release

+ 2 - 0
entrypoint.sh.release

@@ -77,6 +77,8 @@ EOF
 
 chmod +x /healthcheck.sh
 
+echo "zerotier-cli info: $(zerotier-cli info)"
+
 echo "Sleeping infinitely"
 while true
 do