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