Skip to content

Commit 5b47d46

Browse files
committed
Fix in path to docker-compose file
1 parent 682afb1 commit 5b47d46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Tales A. Mendonça <[email protected]>
22

33
pkgname=biglinux-docker-jellyfin
4-
pkgdesc="Open media server to manage and stream content."
4+
pkgdesc="Open media server to manage and stream content"
55
depends=('biglinux-docker-config')
66
# makedepends=('')
77
# conflicts=('')

pkgbuild/pkgbuild.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre_install() {
1010

1111
# Start the Jellyfin container using docker-compose
1212
echo "Starting the Jellyfin container..."
13-
docker-compose -f /etc/docker-biglinux/jellyfyn/docker-compose.yml up -d
13+
docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml up -d
1414
}
1515

1616
# Executed after package installation
@@ -33,7 +33,7 @@ post_upgrade() {
3333
pre_remove() {
3434
# Stop and remove the Jellyfin container
3535
echo "Stopping and removing the Jellyfin container..."
36-
docker-compose -f /etc/docker-biglinux/jellyfyn/docker-compose.yml down
36+
docker-compose -f /etc/docker-biglinux/jellyfin/docker-compose.yml down
3737
}
3838

3939
# Executed after package removal

0 commit comments

Comments
 (0)