mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
||||
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
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