Skip to content

Commit 777939b

Browse files
committed
Revert "*Run main.sh for each user"
This reverts commit 715d7d6.
1 parent 6016d26 commit 777939b

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,6 +14,7 @@
1414
source /etc/profile
1515

1616
# Includes
17+
source $VESTA/func/main.sh
1718
source $VESTA/conf/vesta.conf
1819

1920

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

2728
# Checking users
2829
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)