From f70351d8e59827a75f2f74f168456ce11ba1e891 Mon Sep 17 00:00:00 2001 From: isummer Date: Sun, 16 Oct 2022 04:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=B9=E5=99=A8=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir_ser/entrypoint.sh b/fir_ser/entrypoint.sh index a612ab8..3b9ebf6 100644 --- a/fir_ser/entrypoint.sh +++ b/fir_ser/entrypoint.sh @@ -12,7 +12,7 @@ service="${2-all}" trap cleanup EXIT -rm -f logs/tmp/*.pid +rm -f tmp/*.pid if [[ "$action" == "bash" || "$action" == "sh" ]];then bash