This website requires JavaScript.
Explore
Help
Register
Sign In
michael.heier
/
jellyfin
Watch
1
Star
0
Fork
0
You've already forked jellyfin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4ec32b71f5
jellyfin
/
fedora
/
jellyfin-selinux-launcher.sh
4 lines
52 B
Bash
Raw
Normal View
History
Unescape
Escape
Add a small Bash script to launch Jellyfin, instead of a symlink. - The symlink causes a problem with SELinux because it understands symlinks. - This shell script automatically gets the correct SELinux context.
2023-08-29 23:10:41 +00:00
#!/bin/sh
Avoid shell expansion issues (#10211)
2023-09-12 19:09:40 +00:00
exec
/usr/lib64/jellyfin/jellyfin
"
${
@
}
"
Reference in New Issue
Copy Permalink