update triggers

This commit is contained in:
Serghey Rodin 2014-05-16 21:33:26 +03:00
commit 96019af673

View file

@ -4,3 +4,8 @@
if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
/usr/local/vesta/upd/add_fwd_only.sh
fi
# Run exim permission fixer
if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
/usr/local/vesta/upd/fix_exim_permissions.sh
fi