Skip to content

Commit b8c5cd6

Browse files
committed
Fix
1 parent 15dd976 commit b8c5cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgbuild/pkgbuild.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ post_install() {
1111
# Start the Jellyfin container using docker-compose
1212
echo "Starting the Jellyfin container..."
1313

14-
# Expand ${HOME} and execute docker-compose with eval
15-
eval "HOME=$HOME docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml up -d"
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"
1616
}
1717

1818
# Executed before package removal

0 commit comments

Comments
 (0)