浏览代码

Removed bash style vars

Cromefire_ 4 年之前
父节点
当前提交
7396fcfb84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/conf/jellyfin

+ 1 - 1
debian/conf/jellyfin

@@ -43,4 +43,4 @@ JELLYFIN_ADDITIONAL_OPTS=""
 # Application username
 # Application username
 JELLYFIN_USER="jellyfin"
 JELLYFIN_USER="jellyfin"
 # Full application command
 # Full application command
-JELLYFIN_ARGS="${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} ${JELLFIN_ADDITIONAL_OPTS}"
+JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS"