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 b8c5cd6 commit 54a2560Copy full SHA for 54a2560
pkgbuild/pkgbuild.install
@@ -13,6 +13,10 @@ post_install() {
13
14
# Expand $SUDO_USER and execute docker-compose with eval
15
eval "HOME=/home/$SUDO_USER docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml up -d"
16
+
17
+ # Set the correct owner and group for the Docker folder and its contents
18
+ echo "Setting correct permissions for Docker folder..."
19
+ chown -R $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Docker
20
}
21
22
# Executed before package removal
0 commit comments