Avoid shell expansion issues (#10211)

This commit is contained in:
Brian J. Murrell 2023-09-12 15:09:40 -04:00 committed by GitHub
parent 47b21bd781
commit 3f19befc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec /usr/lib64/jellyfin/jellyfin ${@}
exec /usr/lib64/jellyfin/jellyfin "${@}"