We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da94df commit 0f5f417Copy full SHA for 0f5f417
bin/v-update-letsencrypt-ssl
@@ -23,7 +23,7 @@ source $VESTA/conf/vesta.conf
23
#----------------------------------------------------------#
24
25
# Defining user list
26
-users=$(ls $VESTA/data/users/*/ssl/le.conf |cut -f 7 -d /)
+users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
27
28
# Checking users
29
for user in $users; do
0 commit comments