mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
*Fix fetching users
This commit is contained in:
parent
5da94dff31
commit
0f5f417581
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ source $VESTA/conf/vesta.conf
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Defining user list
|
# Defining user list
|
||||||
users=$(ls $VESTA/data/users/*/ssl/le.conf |cut -f 7 -d /)
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue