1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00
yunohost/data/apps/helpers.d/user_exists
2015-09-28 16:54:48 +00:00

3 lines
No EOL
91 B
Text

ynh_user_exists() {
sudo yunohost user list --json | grep -q "\"username\": \"${1}\""
}