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