mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
parent
6016d266b2
commit
777939b7c2
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
source $VESTA/func/main.sh
|
||||||
source $VESTA/conf/vesta.conf
|
source $VESTA/conf/vesta.conf
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,7 +27,6 @@ users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
|
||||||
|
|
||||||
# Checking users
|
# Checking users
|
||||||
for user in $users; do
|
for user in $users; do
|
||||||
source $VESTA/func/main.sh
|
|
||||||
# Checking user certificates
|
# Checking user certificates
|
||||||
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
|
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
|
||||||
# Checking certificate issuer
|
# Checking certificate issuer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue