1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-07-26 20:06:11 +00:00
Files
docker-nextcloud/rootfs/usr/local/bin/occ
2021-04-25 18:23:11 +02:00

3 lines
68 B
Bash

#!/bin/sh
php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"