mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -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
|
||||
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
|
||||
for user in $users; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue