Skip to content

Commit 715d7d6

Browse files
committed
*Run main.sh for each user
1 parent 0f5f417 commit 715d7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-letsencrypt-ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
source /etc/profile
1515

1616
# Includes
17-
source $VESTA/func/main.sh
1817
source $VESTA/conf/vesta.conf
1918

2019

@@ -27,6 +26,7 @@ users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
2726

2827
# Checking users
2928
for user in $users; do
29+
source $VESTA/func/main.sh
3030
# Checking user certificates
3131
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
3232
# Checking certificate issuer

0 commit comments

Comments
 (0)