Browse Source

fix vesta ssl permissions

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

+ 1 - 1
src/rpm/specs/vesta.spec

@@ -40,7 +40,7 @@ if [ $1 -ge 2 ]; then
     if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
     if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
         /usr/local/vesta/upd/add_fwd_only.sh
         /usr/local/vesta/upd/add_fwd_only.sh
     fi
     fi
-    if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
+    if [ -e /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh ]; then
         /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
         /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
     fi
     fi
 fi
 fi