mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2025-02-17 04:07:53 +00:00
Fix bad spacing
This commit is contained in:
parent
674709b0ee
commit
a85c22d5ad
2
debian/jellyfin-server.postinst
vendored
2
debian/jellyfin-server.postinst
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user