We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb17633 commit a1d0945Copy full SHA for a1d0945
src/rpm/specs/vesta.spec
@@ -32,14 +32,11 @@ rm -rf %{buildroot}
32
%post
33
if [ $1 -ge 2 ]; then
34
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
35
- /usr/local/vesta/upd/convert-templates.sh
+ /usr/local/vesta/upd/convert_templates.sh
36
fi
37
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
38
/usr/local/vesta/upd/convert_webip.sh
39
40
- if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
41
- /usr/local/vesta/upd/fix_cron.sh
42
- fi
43
44
45
%files
0 commit comments