Преглед изворни кода

include ip.sh for nated ips

Serghey Rodin пре 13 година
родитељ
комит
7b2dd7d1ce

+ 1 - 0
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
 
 
 #----------------------------------------------------------#

+ 1 - 0
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
 
 
 #----------------------------------------------------------#

+ 1 - 0
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
 
 
 #----------------------------------------------------------#

+ 1 - 1
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
 
 
 #----------------------------------------------------------#

+ 1 - 0
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
 
 
 #----------------------------------------------------------#