Skip to content

Commit cde4269

Browse files
author
Serghey Rodin
committed
Release 0.9.8-23
1 parent d880b5b commit cde4269

File tree

14 files changed

+60
-11
lines changed

14 files changed

+60
-11
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-22
4+
Version: 0.9.8-23
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-22
4+
Version: 0.9.8-23
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-22
4+
Version: 0.9.8-23
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-22
4+
Version: 0.9.8-23
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-22
4+
Version: 0.9.8-23
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/deb/vesta/postinst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ if [ -x /usr/local/vesta/upd/fix_roundcube.sh ]; then
2828
/usr/local/vesta/upd/fix_roundcube.sh
2929
fi
3030

31+
if [ -x /usr/local/vesta/upd/limit_sudo.sh ]; then
32+
/usr/local/vesta/upd/limit_sudo.sh
33+
fi
34+
35+
if [ -x /usr/local/vesta/upd/fix_dhcprenew.sh ]; then
36+
/usr/local/vesta/upd/fix_dhcprenew.sh
37+
fi
38+
3139
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: 22
3+
Release: 23
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: 22
3+
Release: 23
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: 22
3+
Release: 23
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: 22
3+
Release: 23
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: Softaculous License

0 commit comments

Comments
 (0)