Skip to content

Commit

Permalink
mail/exim: fix 150.exim-tidydb script for new .db files
Browse files Browse the repository at this point in the history
PR:		271767
Author:		Alexander Sheiko <adsh@univ.kiev.ua>
Tested-by:	David Siebörger <drs-freebsd@sieborger.nom.za>
Approved-by:	fluffy (implicit)
  • Loading branch information
Alexander Sheiko authored and opsec committed Nov 8, 2023
1 parent 181fee4 commit d6100d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/exim/files/150.exim-tidydb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tidy () {
[ "$db" = "$exim_dbdir/db/*.lockfile" ] && continue
echo
db_name=`basename "$db" .lockfile`
if [ -e "${exim_dbdir}/db/${db_name}" ]; then
if [ -e "${exim_dbdir}/db/${db_name}.db" ]; then
"$exim_tidydb" "$exim_dbdir" "$db_name"
fi
done
Expand Down

0 comments on commit d6100d4

Please sign in to comment.