File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ post_install() {
1414 # Expand $SUDO_USER and execute docker-compose with eval
1515 eval "HOME=/home/$SUDO_USER docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml up -d"
1616
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-
2117 # Symlink docker-compose.yml to Docker/Jellyfin folder
2218 echo "Creating symlink to docker-compose.yml..."
2319 ln -s /etc/docker-biglinux/jellyfin/docker-compose.yml /home/$SUDO_USER/Docker/Jellyfin/docker-compose.yml
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
2424}
2525
2626# Executed before package removal
You can’t perform that action at this time.
0 commit comments