diff --git a/bin/v-add-web-domain-alias b/bin/v-add-web-domain-alias index 9305c04b..25453b28 100755 --- a/bin/v-add-web-domain-alias +++ b/bin/v-add-web-domain-alias @@ -25,6 +25,7 @@ restart="$4" source $VESTA/conf/vesta.conf source $VESTA/func/main.sh source $VESTA/func/domain.sh +source $VESTA/func/ip.sh #----------------------------------------------------------# diff --git a/bin/v-change-web-domain-nginx-tpl b/bin/v-change-web-domain-nginx-tpl index e9d1e282..cd250264 100755 --- a/bin/v-change-web-domain-nginx-tpl +++ b/bin/v-change-web-domain-nginx-tpl @@ -25,6 +25,7 @@ restart="$5" source $VESTA/conf/vesta.conf source $VESTA/func/main.sh source $VESTA/func/domain.sh +source $VESTA/func/ip.sh #----------------------------------------------------------# diff --git a/bin/v-delete-web-domain-alias b/bin/v-delete-web-domain-alias index f5359fa0..e855e2a3 100755 --- a/bin/v-delete-web-domain-alias +++ b/bin/v-delete-web-domain-alias @@ -22,6 +22,7 @@ restart="$4" source $VESTA/conf/vesta.conf source $VESTA/func/main.sh source $VESTA/func/domain.sh +source $VESTA/func/ip.sh #----------------------------------------------------------# diff --git a/bin/v-suspend-web-domain b/bin/v-suspend-web-domain index dfb4de68..4ff21258 100755 --- a/bin/v-suspend-web-domain +++ b/bin/v-suspend-web-domain @@ -21,7 +21,7 @@ restart=$3 source $VESTA/conf/vesta.conf source $VESTA/func/main.sh source $VESTA/func/domain.sh - +source $VESTA/func/ip.sh #----------------------------------------------------------# diff --git a/bin/v-unsuspend-web-domain b/bin/v-unsuspend-web-domain index 7820fed4..f528bead 100755 --- a/bin/v-unsuspend-web-domain +++ b/bin/v-unsuspend-web-domain @@ -19,6 +19,7 @@ restart="$3" source $VESTA/conf/vesta.conf source $VESTA/func/main.sh source $VESTA/func/domain.sh +source $VESTA/func/ip.sh #----------------------------------------------------------#