From 0866f2e27fb0393150193a3456493381c8b46c10 Mon Sep 17 00:00:00 2001 From: Quan Zhou Date: Thu, 15 Dec 2022 15:03:25 +0100 Subject: [PATCH] [docker/stage] Remove temporary perceval files This code removes temporary `perceval` files after a restart to avoid filling up the disk. Signed-off-by: Quan Zhou --- docker/stage | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/stage b/docker/stage index 56d56d42..83b670be 100644 --- a/docker/stage +++ b/docker/stage @@ -3,5 +3,6 @@ CONF_LIST="${MORDRED_CONF_FILES:-$CONF_DIR/setup.cfg}" rm -f /tmp/.mordred_healthcheck +rm -f /tmp/perceval_* sirmordred -c ${CONF_LIST}