servarr-stack – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | #!/usr/bin/with-contenv bash |
2 | # shellcheck shell=bash |
||
3 | |||
4 | mkdir -p /run/readarr-temp |
||
5 | |||
6 | if [[ -z ${LSIO_NON_ROOT_USER} ]]; then |
||
7 | lsiown -R abc:abc \ |
||
8 | /config \ |
||
9 | /run/readarr-temp |
||
10 | fi |