From 2f44aba3b7693046db992426fbd5c832753efaba Mon Sep 17 00:00:00 2001 From: AR2000 Date: Fri, 3 Jan 2025 15:21:15 +0100 Subject: [PATCH] cleanup --- Dockerfile | 1 - bouncer.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10a5a2c..1e54f6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,5 @@ COPY --from=build-stage /app/cs-custom-bouncer/config/crowdsec-custom-bouncer.ya /crowdsec-custom-bouncer.yaml ADD --chmod=770 bouncer.sh /bouncer.sh ENV BINARY_PATH=/bouncer.sh -#prometheus port LABEL me.ar2000.gitea.buildargs.iptablesmode="${IPTABLES_MODE}" CMD ["/usr/bin/crowdsec-custom-bouncer", "-c", "/crowdsec-custom-bouncer.yaml"] diff --git a/bouncer.sh b/bouncer.sh index 54c05de..daefbac 100755 --- a/bouncer.sh +++ b/bouncer.sh @@ -48,5 +48,5 @@ elif [ "$1" = "del" ]; then #del ip6tableDel "$2" fi else - echo "unknon action" + echo "unknown action" fi \ No newline at end of file