mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
added update trigger to convert http ip model
This commit is contained in:
parent
bfe1e73d98
commit
c9e8129ccb
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
|
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
|
||||||
/usr/local/vesta/upd/convert-templates.sh
|
/usr/local/vesta/upd/convert-templates.sh
|
||||||
fi
|
fi
|
||||||
|
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||||
|
/usr/local/vesta/upd/convert_webip.sh
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue