Skip to content

Commit 3021abe

Browse files
author
Serghey Rodin
committed
Fixed backup restore function
1 parent 9585a2a commit 3021abe

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

func/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ is_format_valid() {
794794
antispam) is_boolean_format_valid "$arg" 'antispam' ;;
795795
antivirus) is_boolean_format_valid "$arg" 'antivirus' ;;
796796
autoreply) is_autoreply_format_valid "$arg" ;;
797-
backup) is_user_format_valid "$arg" 'backup' ;;
797+
backup) is_object_format_valid "$arg" 'backup' ;;
798798
charset) is_object_format_valid "$arg" "$arg_name" ;;
799799
charsets) is_common_format_valid "$arg" 'charsets' ;;
800800
comment) is_object_format_valid "$arg" 'comment' ;;

src/rpm/specs/vesta.spec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta
22
Version: 0.9.8
3-
Release: 18
3+
Release: 19
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL
@@ -56,6 +56,18 @@ fi
5656
%config(noreplace) %{_vestadir}/web/css/uploadify.css
5757

5858
%changelog
59+
* Wed Jan 10 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-19
60+
- Fixed backup restore function
61+
62+
* Fri Dec 29 2017 Serghey Rodin <builder@vestacp.com> - 0.9.8-18
63+
- Let's Encrypt for internationalized domains (IDN)
64+
- Softaculous Application Installer
65+
- Debian 9 support sponsored by isicore.com
66+
- Ubuntu 16.10 and 17.04 support
67+
- Korean, Urdu, Thai, Brazilian Portuguese, Serbian and Bulgarian language support
68+
- We've made 1478 commits
69+
- 29 bugs closed / 141 pull requests merged
70+
5971
* Mon Nov 14 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-17
6072
- System Config Editor
6173
- Let's Encrypt GUI

0 commit comments

Comments
 (0)