mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2025-04-19 04:14:46 -04:00
7 lines
137 B
Text
Executable file
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
|