Skip to content
Snippets Groups Projects
Commit ca2d5b00 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

Add scrip list-admins

parent d4a42e99
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
docker-compose exec db bash -c 'mysql -uroot -p$MYSQL_ROOT_PASSWORD nextcloud -Bse "select uid from oc_group_user WHERE gid=\"admin\";"' | tail -n+2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment