Add helper script to access Nextcloud's occ cli
This commit is contained in:
parent
8325af9f6c
commit
3b30054958
1 changed files with 5 additions and 0 deletions
5
ansible/roles/docker/files/docker-utils/occ.sh
Normal file
5
ansible/roles/docker/files/docker-utils/occ.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
docker-compose -f /opt/nextcloud/docker-compose.yml exec -u abc nextcloud php /config/www/nextcloud/occ $@
|
Loading…
Reference in a new issue