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 15dd976 commit b8c5cd6Copy full SHA for b8c5cd6
pkgbuild/pkgbuild.install
@@ -11,8 +11,8 @@ post_install() {
11
# Start the Jellyfin container using docker-compose
12
echo "Starting the Jellyfin container..."
13
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"
+ # Expand $SUDO_USER and execute docker-compose with eval
+ eval "HOME=/home/$SUDO_USER docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml up -d"
16
}
17
18
# Executed before package removal
0 commit comments