Skip to content

Commit

Permalink
Fix bad spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Sep 3, 2024
1 parent 674709b commit a85c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/jellyfin-server.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a85c22d

Please sign in to comment.