2025-09-13 21:09:22 +02:00

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 $*"