mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-27 00:00:25 +00:00
Fix incorrect envvar for temporary path
This commit is contained in:
parent
b206dad89d
commit
6b2d24b40c
5
debian/conf/jellyfin
vendored
5
debian/conf/jellyfin
vendored
@ -19,9 +19,10 @@ JELLYFIN_LOG_DIR="/var/log/jellyfin"
|
|||||||
JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
|
JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
|
||||||
|
|
||||||
# temporary directory path; used to construct paths for short-lived temporary files
|
# temporary directory path; used to construct paths for short-lived temporary files
|
||||||
# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour
|
# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour,
|
||||||
|
# though it will have an additional jellyfin/ subdir appended
|
||||||
# otherwise, leave this commented
|
# otherwise, leave this commented
|
||||||
#TEMPDIR="/tmp"
|
#TMPDIR="/tmp"
|
||||||
|
|
||||||
# web client path, installed by the jellyfin-web package
|
# web client path, installed by the jellyfin-web package
|
||||||
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
|
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
|
||||||
|
Loading…
Reference in New Issue
Block a user