fwd_only rpm trigger

This commit is contained in:
Serghey Rodin 2013-11-20 23:26:37 +02:00
commit 088664b6d3

View file

@ -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