fix fontconfig cache path

This commit is contained in:
aptalca 2024-10-06 16:18:30 -04:00
parent 0e99c5f7aa
commit 7e2706a035
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ if [[ -z "${FFMPEG_PATH}" ]] || [[ ! -f "${FFMPEG_PATH}" ]]; then
fi
export \
HOME="/config" \
JELLYFIN_DATA_DIR="/config/data" \
JELLYFIN_CONFIG_DIR="/config" \
JELLYFIN_LOG_DIR="/config/log" \