From e9122b76ffd87dbcbe76d1e9149c48bb592de352 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 9 Dec 2018 19:09:43 -0500 Subject: A few more missing replacements of Emby --- debian/bin/jellyfin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/bin') 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) -- cgit v1.2.3