mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
update triggers
This commit is contained in:
parent
23a0762219
commit
96019af673
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue