mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
5 lines
111 B
Plaintext
Executable File
5 lines
111 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
sudo -u abc -s /bin/bash -c "php /app/www/public/occ $*"
|