aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCromefire_ <cromefire_@outlook.com>2020-11-24 12:23:44 +0100
committerGitHub <noreply@github.com>2020-11-24 12:23:44 +0100
commit7396fcfb847229e580ae00793c6344e70b4c9141 (patch)
tree35e3efafba0c9535a622dd6682bfd48c48345d0f /debian
parent18974550041a4c83203c0bb36936107895b04389 (diff)
Removed bash style vars
Diffstat (limited to 'debian')
-rw-r--r--debian/conf/jellyfin2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin
index ced26d6bb..93373aeba 100644
--- a/debian/conf/jellyfin
+++ b/debian/conf/jellyfin
@@ -43,4 +43,4 @@ JELLYFIN_ADDITIONAL_OPTS=""
# Application username
JELLYFIN_USER="jellyfin"
# 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"