This website requires JavaScript.
Explore
Help
Register
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-06-02 06:30:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
39c2418c6db8f19d26cfab254b96778b431fa3a2
dockerfiles
/
nextcloud
/
daily
/
occ
T
3 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
nextcloud: add occ shortcut
2016-08-27 21:31:49 +02:00
#!/bin/sh
fix memory limit for occ command (
#159
)
2017-03-24 08:26:44 +01:00
su-exec
$UID
:
$GID
php7 -d
memory_limit
=
<MEMORY_LIMIT> -f /nextcloud/occ
$@
Reference in New Issue
Copy Permalink