Skip to content

Commit 96019af

Browse files
committed
update triggers
1 parent 23a0762 commit 96019af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/deb/vesta/postinst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
55
/usr/local/vesta/upd/add_fwd_only.sh
66
fi
7+
8+
# Run exim permission fixer
9+
if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
10+
/usr/local/vesta/upd/fix_exim_permissions.sh
11+
fi

0 commit comments

Comments
 (0)