mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fix missing local ip
This commit is contained in:
parent
82c1c09f6d
commit
0902b1c58d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue