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