Serghey Rodin 12 лет назад
Родитель
Сommit
fb2ddcdf1e
2 измененных файлов с 7 добавлено и 1 удалено
  1. 1 1
      src/deb/vesta/control
  2. 6 0
      src/deb/vesta/postinst

+ 1 - 1
src/deb/vesta/control

@@ -1,7 +1,7 @@
 Source: vesta
 Package: vesta
 Priority: optional
-Version: 0.9.8-5
+Version: 0.9.8-6
 Section: admin
 Maintainer: Serghey Rodin <skid@vestacp.com>
 Homepage: http://vestacp.com

+ 6 - 0
src/deb/vesta/postinst

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# Run fwd_only trigger
+if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
+    /usr/local/vesta/upd/add_fwd_only.sh
+fi