add files

This commit is contained in:
Wonderfall
2018-01-17 20:31:32 +00:00
commit 444ecd25a1
12 changed files with 703 additions and 0 deletions

2
rootfs/usr/local/bin/occ Normal file
View File

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