mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
updated error code table
This commit is contained in:
parent
6dbd3ad849
commit
2dce1a5de4
10 changed files with 51 additions and 51 deletions
|
@ -38,7 +38,7 @@ is_object_valid "mail/$domain" 'ACCOUNT' "$account"
|
|||
is_object_unsuspended "mail/$domain" 'ACCOUNT' "$account"
|
||||
fwd=$(get_object_value "mail/$domain" 'ACCOUNT' "$account" '$FWD')
|
||||
if [ -z "$(echo $fwd | grep -w $forward)" ]; then
|
||||
echo "Error: forward $forward is not exist"
|
||||
echo "Error: forward $forward doesn't exist"
|
||||
log_event "$E_NOTEXIST $EVENT"
|
||||
exit $E_NOTEXIST
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue