mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Fixed backup restore function
This commit is contained in:
parent
9585a2a369
commit
3021abecb6
2 changed files with 14 additions and 2 deletions
|
@ -794,7 +794,7 @@ is_format_valid() {
|
|||
antispam) is_boolean_format_valid "$arg" 'antispam' ;;
|
||||
antivirus) is_boolean_format_valid "$arg" 'antivirus' ;;
|
||||
autoreply) is_autoreply_format_valid "$arg" ;;
|
||||
backup) is_user_format_valid "$arg" 'backup' ;;
|
||||
backup) is_object_format_valid "$arg" 'backup' ;;
|
||||
charset) is_object_format_valid "$arg" "$arg_name" ;;
|
||||
charsets) is_common_format_valid "$arg" 'charsets' ;;
|
||||
comment) is_object_format_valid "$arg" 'comment' ;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: vesta
|
||||
Version: 0.9.8
|
||||
Release: 18
|
||||
Release: 19
|
||||
Summary: Vesta Control Panel
|
||||
Group: System Environment/Base
|
||||
License: GPL
|
||||
|
@ -56,6 +56,18 @@ fi
|
|||
%config(noreplace) %{_vestadir}/web/css/uploadify.css
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-19
|
||||
- Fixed backup restore function
|
||||
|
||||
* Fri Dec 29 2017 Serghey Rodin <builder@vestacp.com> - 0.9.8-18
|
||||
- Let's Encrypt for internationalized domains (IDN)
|
||||
- Softaculous Application Installer
|
||||
- Debian 9 support sponsored by isicore.com
|
||||
- Ubuntu 16.10 and 17.04 support
|
||||
- Korean, Urdu, Thai, Brazilian Portuguese, Serbian and Bulgarian language support
|
||||
- We've made 1478 commits
|
||||
- 29 bugs closed / 141 pull requests merged
|
||||
|
||||
* Mon Nov 14 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-17
|
||||
- System Config Editor
|
||||
- Let's Encrypt GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue