Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix(docker): fix s6 init run script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 25, 2023
1 parent 983e4ee commit 8951fb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ COPY --link --from=buildstage /artifacts/ $PLUGIN_DIR/$PLUGIN_NAME

# copy s6 initialization files
COPY --link --from=buildstage /build/dockermod_root/ /

# re-copy the run file with execute permissions
WORKDIR /etc/s6-overlay/s6-rc.d/init-mod-jellyfin-themerr
COPY --chmod=0755 --from=buildstage /build/dockermod_root/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-themerr/run .
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ echo '
║ Themerr-jellyfin, a LizardByte application ║
║ ║
║ Docs: https://docs.lizardbyte.dev/projects/themerr-jellyfin ║
║ Support center: https://app.lizardbyte.dev/#Support
║ Support center: https://app.lizardbyte.dev/support
║ Donate: https://app.lizardbyte.dev/#Donate ║
║ ║
╚═══════════════════════════════════════════════════════════════╝
'

lsiown abc:abc /config/data/plugins/themerr-jellyfin
lsiown abc:abc \
/config/data/plugins/themerr-jellyfin \
/config/data/plugins/themerr-jellyfin/*
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-themerr/run

This file was deleted.

0 comments on commit 8951fb8

Please sign in to comment.