mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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
|
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||||
/usr/local/vesta/upd/convert_webip.sh
|
/usr/local/vesta/upd/convert_webip.sh
|
||||||
fi
|
fi
|
||||||
|
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
|
||||||
|
/usr/local/vesta/upd/add_fwd_only.sh
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue