Skip to content

Commit a1d0945

Browse files
committed
updating triggers
1 parent fb17633 commit a1d0945

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/rpm/specs/vesta.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ rm -rf %{buildroot}
3232
%post
3333
if [ $1 -ge 2 ]; then
3434
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
35-
/usr/local/vesta/upd/convert-templates.sh
35+
/usr/local/vesta/upd/convert_templates.sh
3636
fi
3737
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
3838
/usr/local/vesta/upd/convert_webip.sh
3939
fi
40-
if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
41-
/usr/local/vesta/upd/fix_cron.sh
42-
fi
4340
fi
4441

4542
%files

0 commit comments

Comments
 (0)