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