mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 12:59:16 +00:00
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
su-exec nextcloud:nextcloud php7 /nextcloud/occ $@
|