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
1 changed files with 1 additions and 1 deletions

View File

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