Add helper script to access Nextcloud's occ cli

This commit is contained in:
Jake Howard 2020-02-14 09:27:44 +00:00
parent 8325af9f6c
commit 3b30054958
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View 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 $@