mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fwd_only rpm trigger
This commit is contained in:
parent
cf05cee924
commit
088664b6d3
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then
|
|||
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||
/usr/local/vesta/upd/convert_webip.sh
|
||||
fi
|
||||
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
|
||||
/usr/local/vesta/upd/add_fwd_only.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
%files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue