Avoid shell expansion issues (#10211)

pull/10218/head
Brian J. Murrell 1 year ago committed by GitHub
parent 47b21bd781
commit 3f19befc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save