mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
5 lines
No EOL
118 B
Text
5 lines
No EOL
118 B
Text
|
||
# Check if a user exists
|
||
ynh_user_exists() {
|
||
sudo yunohost user list --json | grep -q "\"username\": \"${1}\""
|
||
} |