mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -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' ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue