docker-bazarr/root/etc/s6-overlay/s6-rc.d/init-bazarr-config/run
2024-12-24 16:08:10 +00:00

7 lines
137 B
Text
Executable file

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
lsiown -R abc:abc \
/config
fi