Ver código fonte

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

maxmind 7 meses atrás
pai
commit
c9383060d4
1 arquivos alterados com 2 adições e 0 exclusões
  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 "$@"