From e9122b76ffd87dbcbe76d1e9149c48bb592de352 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 9 Dec 2018 19:09:43 -0500 Subject: A few more missing replacements of Emby --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index c2e46d4547..a32331da71 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,7 +15,7 @@ if [[ -f $CONF_FILE ]]; then . $CONF_FILE fi -# Data directory where Emby database, cache and logs are stored +# Data directory where Jellyfin database, cache and logs are stored PROGRAMDATA=${JELLYFIN_DATA-/var/lib/$NAME} case "$1" in -- cgit v1.2.3