mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-02 06:30:08 +00:00
3 lines
61 B
Bash
3 lines
61 B
Bash
|
|
#!/bin/sh
|
||
|
|
su-exec nextcloud:nextcloud php7 /nextcloud/occ $@
|