mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -07:00
updated error code table
This commit is contained in:
parent
6dbd3ad849
commit
2dce1a5de4
10 changed files with 51 additions and 51 deletions
|
@ -39,7 +39,7 @@ is_object_unsuspended 'web' 'DOMAIN' "$domain"
|
|||
get_domain_values 'web'
|
||||
ip=$(get_real_ip $IP)
|
||||
if [ -z "$(echo $ALIAS | tr ',' '\n' | grep ^$dom_alias$)" ]; then
|
||||
echo "Error: alias $dom_alias not exist"
|
||||
echo "Error: alias $dom_alias doesn't exist"
|
||||
log_event "$E_NOTEXIST" "$EVENT"
|
||||
exit $E_NOTEXIST
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue