[Assets] Move nextcloud files to subfolder nextcloud

This commit is contained in:
andryyy
2017-10-11 11:20:48 +02:00
parent 77745e0f79
commit ec1e23ca71
3 changed files with 188 additions and 0 deletions

2
data/assets/nextcloud/occ Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) /web/nextcloud/occ ${@}