mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
fix for userlist
This commit is contained in:
parent
095a9f14ee
commit
f197bc8041
4 changed files with 54 additions and 55 deletions
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
# Creating user_list
|
||||
if [ -z "$user" ]; then
|
||||
user_list=$(ls $VESTA/data/users)
|
||||
user_list=$(grep '@' /etc/passwd |cut -f1 -d:)
|
||||
else
|
||||
user_list="$user"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue