Explorar el Código

Avoid shell expansion issues (#10211)

Brian J. Murrell hace 2 años
padre
commit
3f19befc59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fedora/jellyfin-selinux-launcher.sh

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

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