We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefdffa commit 14e196eCopy full SHA for 14e196e
pkgbuild/pkgbuild.install
@@ -20,7 +20,7 @@ post_install() {
20
21
# Set the correct owner and group for the Docker folder and its contents
22
echo "Setting correct permissions for Docker folder..."
23
- chown -R $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Docker
+ chown -R $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Docker/Jellyfin
24
}
25
26
# Executed before package removal
0 commit comments