Prechádzať zdrojové kódy

Avoid shell expansion issues (#10211)

Brian J. Murrell 1 rok pred
rodič
commit
3f19befc59
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 "${@}"