Skip to content

Commit 314f08b

Browse files
author
Serghey Rodin
committed
Release 0.9.8-21
1 parent 1940066 commit 314f08b

File tree

11 files changed

+25
-15
lines changed

11 files changed

+25
-15
lines changed

src/deb/ioncube/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta-ioncube
22
Package: vesta-ioncube
33
Priority: optional
4-
Version: 0.9.8-20
4+
Version: 0.9.8-21
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: https://www.ioncube.com

src/deb/nginx/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta-nginx
22
Package: vesta-nginx
33
Priority: optional
4-
Version: 0.9.8-20
4+
Version: 0.9.8-21
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta-php
22
Package: vesta-php
33
Priority: optional
4-
Version: 0.9.8-20
4+
Version: 0.9.8-21
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/deb/softaculous/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta-softaculous
22
Package: vesta-softaculous
33
Priority: optional
4-
Version: 0.9.8-20
4+
Version: 0.9.8-21
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: https://www.softaculous.com

src/deb/vesta/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta
22
Package: vesta
33
Priority: optional
4-
Version: 0.9.8-20
4+
Version: 0.9.8-21
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/deb/vesta/postinst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ if [ -x "/usr/local/vesta/upd/fix_sessions.sh" ]; then
2020
/usr/local/vesta/upd/fix_sessions.sh
2121
fi
2222

23-
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
23+
if [ -x /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
2424
/usr/local/vesta/upd/fix_nginx_auth.sh
2525
fi
2626

27+
if [ -x /usr/local/vesta/upd/fix_roundcube.sh ]; then
28+
/usr/local/vesta/upd/fix_roundcube.sh
29+
fi
30+
2731
exit 0

src/rpm/specs/vesta-ioncube.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta-ioncube
22
Version: 0.9.8
3-
Release: 20
3+
Release: 21
44
Summary: ionCube Loader
55
Group: System Environment/Base
66
License: "Freely redistributable without restriction"

src/rpm/specs/vesta-nginx.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta-nginx
22
Version: 0.9.8
3-
Release: 20
3+
Release: 21
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: BSD-like

src/rpm/specs/vesta-php.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta-php
22
Version: 0.9.8
3-
Release: 20
3+
Release: 21
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL

src/rpm/specs/vesta-softaculous.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta-softaculous
22
Version: 0.9.8
3-
Release: 20
3+
Release: 21
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: Softaculous License

0 commit comments

Comments
 (0)