@@ -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
@@ -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