Skip to content

Commit 0902b1c

Browse files
committed
fix missing local ip
1 parent 82c1c09 commit 0902b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-add-web-domain-alias

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ is_package_full 'WEB_ALIASES'
5151
get_domain_values 'web'
5252

5353
# Preparing domain values for the template substitution
54+
local_ip=$(get_real_ip $IP)
5455
if [ -z "$ALIAS" ]; then
5556
ALIAS="$dom_alias"
5657
else

0 commit comments

Comments
 (0)