fix memory limit for occ command (#159)

This commit is contained in:
hoellen
2017-03-24 08:26:44 +01:00
committed by Wonderfall
parent 31286c776d
commit 53d202398d
4 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
su-exec $UID:$GID php7 /nextcloud/occ $@
su-exec $UID:$GID php7 -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ $@