Kaynağa Gözat

updating triggers

Serghey Rodin 12 yıl önce
ebeveyn
işleme
a1d0945f70
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 1 4
      src/rpm/specs/vesta.spec

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

@@ -32,14 +32,11 @@ rm -rf %{buildroot}
 %post
 if [ $1 -ge 2 ]; 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
     if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
         /usr/local/vesta/upd/convert_webip.sh
     fi
-    if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
-        /usr/local/vesta/upd/fix_cron.sh
-    fi
 fi
 
 %files