File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Name: vesta
22Version: 0.9.8
3- Release: 3
3+ Release: 4
44Summary: Vesta Control Panel
55Group: System Environment/Base
66License: GPL
@@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then
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
4043fi
4144
4245%files
4952%config(noreplace) %{_vestadir }/web/css/main.css
5053
5154%changelog
55+ * Tue Sep 17 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-4
56+ - DNS cluster 5-minute sync improvement
57+ - Crontab ownership fix
58+ - Fix for nginx template switcher
59+ - Fix for LoadAverage check
60+
5261* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
5362- Fix for zero cron bug
5463- Minor fixes for dns sync
You can’t perform that action at this time.
0 commit comments