mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Avoid shell expansion issues (#10211)
This commit is contained in:
parent
47b21bd781
commit
3f19befc59
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/lib64/jellyfin/jellyfin ${@}
|
||||
exec /usr/lib64/jellyfin/jellyfin "${@}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user