Browse Source

Avoid shell expansion issues (#10211)

Brian J. Murrell 1 năm trước cách đây
mục cha
commit
3f19befc59
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 "${@}"