ソースを参照

Avoid shell expansion issues (#10211)

Brian J. Murrell 2 年 前
コミット
3f19befc59
1 ファイル変更1 行追加1 行削除
  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 "${@}"