Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
nextcloud
scripts
count_users
Find file
Normal view
History
Permalink
count_users
92 B
Newer
Older
add count_users
Pierre Ozoux
committed
Nov 11, 2016
1
2
#/bin/bash
docker-compose exec --user www-data app php ./occ user:list | grep " -" | wc -l