2
0
Эх сурвалжийг харах

Avoid shell expansion issues (#10211)

Brian J. Murrell 1 жил өмнө
parent
commit
3f19befc59

+ 1 - 1
fedora/jellyfin-selinux-launcher.sh

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