Skip to content

Commit 14e196e

Browse files
committed
Fix permission folder Jellyfin
1 parent eefdffa commit 14e196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgbuild/pkgbuild.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ post_install() {
2020

2121
# Set the correct owner and group for the Docker folder and its contents
2222
echo "Setting correct permissions for Docker folder..."
23-
chown -R $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Docker
23+
chown -R $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Docker/Jellyfin
2424
}
2525

2626
# Executed before package removal

0 commit comments

Comments
 (0)