From 6a5685505ab2fa7d073b470342eaea6f437668b8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:16:56 +0200 Subject: [PATCH] emby: fix update output (#6791) --- ct/emby.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/emby.sh b/ct/emby.sh index 7f98da10b..166c04269 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -41,8 +41,10 @@ function update_script() { msg_ok "Started ${APP}" msg_ok "Updated Successfully" - exit + else + msg_ok "No update required. ${APP} is already at ${RELEASE}" fi + exit } start