From 31113dc9a95bbecf9b95e3a6c7505d424b20ff81 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 18 Oct 2022 17:38:19 +0200 Subject: [PATCH] fix xml2text path --- bundles/dovecot/files/decode2text.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/dovecot/files/decode2text.sh b/bundles/dovecot/files/decode2text.sh index 151fb7c..ed90bcf 100644 --- a/bundles/dovecot/files/decode2text.sh +++ b/bundles/dovecot/files/decode2text.sh @@ -66,8 +66,7 @@ xmlunzip() { trap "rm -rf $path $tempdir" 0 1 2 3 14 15 cd $tempdir || exit 1 unzip -q "$path" 2>/dev/null || exit 0 - find . -name "$name" -print0 | xargs -0 cat | - $libexec_dir/xml2text + find . -name "$name" -print0 | xargs -0 cat | /usr/lib/dovecot/xml2text } wait_timeout() {