Browse Source

fwd_only rpm trigger

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

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

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