We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eb3db commit fb2ddcdCopy full SHA for fb2ddcd
src/deb/vesta/control
@@ -1,7 +1,7 @@
1
Source: vesta
2
Package: vesta
3
Priority: optional
4
-Version: 0.9.8-5
+Version: 0.9.8-6
5
Section: admin
6
Maintainer: Serghey Rodin <skid@vestacp.com>
7
Homepage: http://vestacp.com
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
0 commit comments