Browse Source

Merge branch 'clean-sock' of maxmind/nockchain into master

maxmind 7 tháng trước cách đây
mục cha
commit
c9383060d4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      entrypoint.sh

+ 2 - 0
entrypoint.sh

@@ -4,4 +4,6 @@ echo "starting nockchain with $@"
 
 export RUST_LOG=info
 
+rm -f nockchain.sock
+
 exec ../bin/nockchain "$@"