diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-12-09 19:09:43 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2018-12-09 19:09:43 -0500 |
| commit | e9122b76ffd87dbcbe76d1e9149c48bb592de352 (patch) | |
| tree | 0434df4ab7124ff94600afaa4ca814bd5fe46e82 /debian/preinst | |
| parent | 5090eeb21532c8853e1bdf2f2e956dc29adea795 (diff) | |
A few more missing replacements of Emby
Diffstat (limited to 'debian/preinst')
| -rw-r--r-- | debian/preinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/preinst b/debian/preinst index 7e168877e..c53260bb0 100644 --- a/debian/preinst +++ b/debian/preinst @@ -15,7 +15,7 @@ if [[ -f $CONF_FILE ]]; then . $CONF_FILE fi -# Data directory where Emby database, cache and logs are stored +# Data directory where Jellyfin database, cache and logs are stored PROGRAMDATA=${JELLYFIN_DATA-/var/lib/$NAME} # In case this system is running systemd, we make systemd reload the unit files @@ -47,7 +47,7 @@ case "$1" in sleep 1 # if it's still running, show error if [[ -n "$(ps -p $JELLYFIN_PID -o pid=)" ]]; then - echo "Could not successfully stop EmbyServer, please do so before uninstalling." + echo "Could not successfully stop JellyfinServer, please do so before uninstalling." exit 1 else [[ -f $PIDFILE ]] && rm $PIDFILE |
