Skip to content

Commit 7b2dd7d

Browse files
committed
include ip.sh for nated ips
1 parent a3a1ee5 commit 7b2dd7d

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

bin/v-add-web-domain-alias

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ restart="$4"
2525
source $VESTA/conf/vesta.conf
2626
source $VESTA/func/main.sh
2727
source $VESTA/func/domain.sh
28+
source $VESTA/func/ip.sh
2829

2930

3031
#----------------------------------------------------------#

bin/v-change-web-domain-nginx-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ restart="$5"
2525
source $VESTA/conf/vesta.conf
2626
source $VESTA/func/main.sh
2727
source $VESTA/func/domain.sh
28+
source $VESTA/func/ip.sh
2829

2930

3031
#----------------------------------------------------------#

bin/v-delete-web-domain-alias

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ restart="$4"
2222
source $VESTA/conf/vesta.conf
2323
source $VESTA/func/main.sh
2424
source $VESTA/func/domain.sh
25+
source $VESTA/func/ip.sh
2526

2627

2728
#----------------------------------------------------------#

bin/v-suspend-web-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ restart=$3
2121
source $VESTA/conf/vesta.conf
2222
source $VESTA/func/main.sh
2323
source $VESTA/func/domain.sh
24-
24+
source $VESTA/func/ip.sh
2525

2626

2727
#----------------------------------------------------------#

bin/v-unsuspend-web-domain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ restart="$3"
1919
source $VESTA/conf/vesta.conf
2020
source $VESTA/func/main.sh
2121
source $VESTA/func/domain.sh
22+
source $VESTA/func/ip.sh
2223

2324

2425
#----------------------------------------------------------#

0 commit comments

Comments
 (0)