Parcourir la source

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

maxmind il y a 7 mois
Parent
commit
c9383060d4
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 "$@"