Fix up failed-to-stop message

This commit is contained in:
Joshua M. Boniface
2024-11-20 22:07:34 -05:00
parent eca529f271
commit 78589faa6d

View File

@@ -44,7 +44,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 JellyfinServer, please do so before uninstalling."
echo "Could not successfully stop Jellyfin, please do so before installing."
exit 1
else
[[ -f $PIDFILE ]] && rm $PIDFILE