mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Avoid shell expansion issues (#10211)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec /usr/lib64/jellyfin/jellyfin ${@}
|
exec /usr/lib64/jellyfin/jellyfin "${@}"
|
||||||
|
|||||||
Reference in New Issue
Block a user