From e130e52892e2a73099abaa51d3a97777301a0cd9 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Wed, 7 Jun 2023 21:29:47 +0200 Subject: [PATCH] cmd with exec clause --- OCI/cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCI/cmd b/OCI/cmd index 23819fe..ca99caa 100644 --- a/OCI/cmd +++ b/OCI/cmd @@ -4,4 +4,4 @@ set -x set -e umask 0000 ulimit -n 1024 -exec "$@" +exec /usr/bin/python3 /app/sos-milter.py