Fix bad spacing

This commit is contained in:
Joshua M. Boniface 2024-09-03 15:05:23 -04:00
parent 674709b0ee
commit a85c22d5ad

View File

@ -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