From c5ef5441cb9193cbc9e27466945bf5daf72fce34 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 16 Feb 2022 17:51:17 -0500 Subject: [PATCH] make link consistent with conflink --- mail-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-setup b/mail-setup index ee758fa..0514ea5 100755 --- a/mail-setup +++ b/mail-setup @@ -1394,8 +1394,8 @@ case $HOSTNAME in break fi done - for f in /p/c/subdir_files/sieve/*sieve /a/c/subdir_files/sieve/*sieve; do - m sudo -u $u /a/exe/lnf -T $f $uhome/sieve/${f##*/} + for f in /p/c/subdir_files/sieve/*sieve /a/bin/ds/subdir_files/sieve/*sieve; do + m sudo -u $u /a/exe/lnf -v -T $f $uhome/sieve/${f##*/} done # https://wiki.dovecot.org/SSL/DovecotConfiguration -- 2.30.2