Skip to content

Commit cd732ba

Browse files
committed
Fixd permission
1 parent 38197d9 commit cd732ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgbuild/pkgbuild.install

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)