From a85c22d5ad230c325f2eb8cb565db68f825718ca Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 3 Sep 2024 15:05:23 -0400 Subject: [PATCH] Fix bad spacing --- debian/jellyfin-server.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/jellyfin-server.postinst b/debian/jellyfin-server.postinst index 8fc429e..a54f59c 100644 --- a/debian/jellyfin-server.postinst +++ b/debian/jellyfin-server.postinst @@ -38,7 +38,7 @@ case "$1" in if [[ ! -z "$(getent group ${VIDEO_GROUP})" ]]; then usermod -aG ${VIDEO_GROUP} ${JELLYFIN_USER} > /dev/null 2>&1 fi - + # Ensure directories exist and, on initial creation, are chowned to the correct user(s) for DIRECTORY in $PROGRAMDATA $CONFIGDATA $LOGDATA $CACHEDATA; do if [[ ! -d $DIRECTORY ]]; then