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}\""
}