mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-06 19:07:46 +02:00
*Run main.sh for each user
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
source /etc/profile
|
||||
|
||||
# Includes
|
||||
source $VESTA/func/main.sh
|
||||
source $VESTA/conf/vesta.conf
|
||||
|
||||
|
||||
@@ -27,6 +26,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user