mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
new release 0.9.8-6
This commit is contained in:
parent
b2eb3db380
commit
fb2ddcdf1e
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta
|
Source: vesta
|
||||||
Package: vesta
|
Package: vesta
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-5
|
Version: 0.9.8-6
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: http://vestacp.com
|
Homepage: http://vestacp.com
|
||||||
|
|
6
src/deb/vesta/postinst
Executable file
6
src/deb/vesta/postinst
Executable file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue