1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-04-30 09:29:33 +00:00

3 lines
86 B
Plaintext
Raw Normal View History

2018-01-17 20:31:32 +00:00
#!/bin/sh
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"