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