Add helper script to access Nextcloud's occ cli
This commit is contained in:
parent
8325af9f6c
commit
3b30054958
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…
x
Reference in New Issue
Block a user