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