aboutsummaryrefslogtreecommitdiff
path: root/debian/bin
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2018-12-09 19:09:43 -0500
committerJoshua Boniface <joshua@boniface.me>2018-12-09 19:09:43 -0500
commite9122b76ffd87dbcbe76d1e9149c48bb592de352 (patch)
tree0434df4ab7124ff94600afaa4ca814bd5fe46e82 /debian/bin
parent5090eeb21532c8853e1bdf2f2e956dc29adea795 (diff)
A few more missing replacements of Emby
Diffstat (limited to 'debian/bin')
-rw-r--r--debian/bin/jellyfin8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/bin/jellyfin b/debian/bin/jellyfin
index b9e23d05f..7083e017a 100644
--- a/debian/bin/jellyfin
+++ b/debian/bin/jellyfin
@@ -29,19 +29,19 @@ if [[ "$JELLYFIN_USER" != "jellyfin" ]]; then
else
echo "WARNING: The runas user is not part of jellyfin group and you don't have enough privileges to add it. The restart button in the GUI will probably fail."
echo "To solve this start the jellyfin service using the startup scripts (systemd/sysv) or"
- echo "add the runas user ($JELLYFIN_USER) to the jellyfin group manually and restart Emby."
+ echo "add the runas user ($JELLYFIN_USER) to the jellyfin group manually and restart Jellyfin."
fi
fi
fi
-# Data directory where Emby database, cache and logs are stored
+# Data directory where Jellyfin database, cache and logs are stored
PROGRAMDATA=$JELLYFIN_DATA
PROGRAMDATA_OPT="-programdata $PROGRAMDATA"
# Path to store PID file
PIDFILE=$JELLYFIN_PIDFILE
-# Full path of Emby binary
+# Full path of Jellyfin binary
JELLYFIN_EXEC=$JELLYFIN_BIN
# Path of jellyfin program files
@@ -66,7 +66,7 @@ MONO_EXEC_OPTS=$MONO_OPTS
# restart function
RESTART_OPTS="-restartpath ${JELLYFIN_PATH}/restart.sh"
-# Emby options
+# Jellyfin options
JELLYFIN_OPTS="$PROGRAMDATA_OPT $RESTART_OPTS $JELLYFIN_ADD_OPTS"
PID_PATH=$(dirname $PIDFILE)