From 89662f28cfe3ecaa0f7e8d830bd43754c7e6e4fc Mon Sep 17 00:00:00 2001 From: didier Date: Mon, 8 Jul 2024 17:01:40 +0200 Subject: [PATCH] correction d'une coquille dans le script qui l'empechait de se lancer --- bin/postfix-superviz.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/postfix-superviz.sh b/bin/postfix-superviz.sh index c8c5eeb..cad0f90 100755 --- a/bin/postfix-superviz.sh +++ b/bin/postfix-superviz.sh @@ -1,5 +1,5 @@ #!/bin/bash -# supervision de sympa +# supervision de postfix #KAZ_ROOT=$(cd "$(dirname $0)"/..; pwd) KAZ_ROOT=/kaz . $KAZ_ROOT/bin/.commonFunctions.sh @@ -13,7 +13,7 @@ MAX_QUEUE=50 OLDIFS=$IFS IFS=" " -COUNT_MAILQ=$(docker exec -ti mailServ mailq | tail -n1 | gawk '{print $5}') +COUNT_MAILQ=$(docker exec -t mailServ mailq | tail -n1 | gawk '{print $5}') docker exec ${mattermostServName} bin/mmctl --suppress-warnings auth login $httpProto://$URL_AGORA --name local-server --username $mattermost_user --password $mattermost_pass >/dev/null 2>&1