Przeglądaj źródła

update triggers

Serghey Rodin 12 lat temu
rodzic
commit
96019af673
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      src/deb/vesta/postinst

+ 5 - 0
src/deb/vesta/postinst

@@ -4,3 +4,8 @@
 if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
 if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
     /usr/local/vesta/upd/add_fwd_only.sh
     /usr/local/vesta/upd/add_fwd_only.sh
 fi
 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