From c614b77de746dd7caead67ef9fa75e9a116a6bd4 Mon Sep 17 00:00:00 2001 From: glyh Date: Sat, 4 Oct 2025 11:55:15 +0800 Subject: [PATCH] Don't clean up stale lock file from another daemon in daemon entrypoint --- dockerfiles/scripts/daemon-entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfiles/scripts/daemon-entrypoint.sh b/dockerfiles/scripts/daemon-entrypoint.sh index 776893bf1e59..5f22af4ea561 100755 --- a/dockerfiles/scripts/daemon-entrypoint.sh +++ b/dockerfiles/scripts/daemon-entrypoint.sh @@ -55,7 +55,6 @@ fi mkdir -p .mina-config set +e # Allow remaining commands to fail without exiting early -rm -f .mina-config/.mina-lock # Export variables that the daemon would read directly export MINA_PRIVKEY_PASS MINA_LIBP2P_PASS UPTIME_PRIVKEY_PASS