mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -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
|
||||
/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue