1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-01 17:59:19 +00:00
2017-10-17 20:09:23 +02:00

3 lines
86 B
Bash

#!/bin/sh
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"