fix missing local ip

This commit is contained in:
Serghey Rodin 2016-06-29 12:22:49 +03:00
commit 0902b1c58d

View file

@ -51,6 +51,7 @@ is_package_full 'WEB_ALIASES'
get_domain_values 'web'
# Preparing domain values for the template substitution
local_ip=$(get_real_ip $IP)
if [ -z "$ALIAS" ]; then
ALIAS="$dom_alias"
else