added update trigger to convert http ip model

This commit is contained in:
Serghey Rodin 2013-09-10 15:03:20 +03:00
commit c9e8129ccb

View file

@ -34,6 +34,9 @@ if [ $1 -ge 2 ]; then
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
/usr/local/vesta/upd/convert-templates.sh
fi
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
/usr/local/vesta/upd/convert_webip.sh
fi
fi
%files