mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 21:09:17 +00:00
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
su-exec $UID:$GID php7 /nextcloud/occ $@
|