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