From 7d590e537402e7ec33e4d926fc67254c1cbfc332 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 24 Aug 2025 17:09:51 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 09ac683..bc81c44 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -51,7 +51,7 @@ jobs: - name: Configure dante-server run: | - cat < dante.log 2>&1 & + pkill danted || true + danted -f /etc/danted.conf -D > dante.log 2>&1 & sleep 3 cat dante.log