We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5f417 commit 715d7d6Copy full SHA for 715d7d6
1 file changed
bin/v-update-letsencrypt-ssl
@@ -14,7 +14,6 @@
14
source /etc/profile
15
16
# Includes
17
-source $VESTA/func/main.sh
18
source $VESTA/conf/vesta.conf
19
20
@@ -27,6 +26,7 @@ users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
27
26
28
# Checking users
29
for user in $users; do
+ source $VESTA/func/main.sh
30
# Checking user certificates
31
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
32
# Checking certificate issuer
0 commit comments