File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11Source: vesta
22Package: vesta
33Priority: optional
4- Version: 0.9.8-8
4+ Version: 0.9.8-9
55Section: admin
66Maintainer: Serghey Rodin <skid@vestacp.com>
77Homepage: http://vestacp.com
Original file line number Diff line number Diff line change 99if [ -x " /usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
1010 /usr/local/vesta/upd/fix_exim_permissions.sh
1111fi
12+
13+ # Run vesta permission fixer
14+ if [ -x " /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh" ]; then
15+ /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
16+ fi
17+
18+ exit 0
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ if [ $1 -ge 2 ]; then
4040 if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
4141 /usr/local/vesta/upd/add_fwd_only.sh
4242 fi
43+ if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
44+ /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
45+ fi
4346fi
4447
4548%files
5255%config(noreplace) %{_vestadir }/web/css/main.css
5356
5457%changelog
58+ * Sun May 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-9
59+ - File System Quota support
60+ - Norwegian translation. Thanks to Helge Sverre
61+ - New script to change system hostname
62+ - Updated Ukranian translation. Thanks to Alexandr Loskutov
63+ - Updated RRD Memory Graph. Thanks to Demian
64+ - Updated Dutch translation. Thanks to Ricardo
65+ - Fix for dns gmail template. Thanks to flangefrog
66+ - Fix for fwd_only rule. Thanks to demlasjr
67+ - Fix for oversized backup tarballs
68+ - Fix for exim mail user on Debian
69+ - Fix for better vhost matching in get_web_config_brds()
70+ - Fix for upstart service handler
71+
5572* Fri Apr 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-8
5673- Auto Updates
5774- Backup Exclusions
You can’t perform that action at this time.
0 commit comments