Browse Source

added update trigger to convert http ip model

Serghey Rodin 12 years ago
parent
commit
c9e8129ccb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/rpm/specs/vesta.spec

+ 3 - 0
src/rpm/specs/vesta.spec

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