From 41f4aebdc763e4afcb30f9e889f15a2ae827dfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:51:46 +0100 Subject: [PATCH] Fix infinite spinner (#2673) --- ct/sabnzbd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 391056d2e..71455afbf 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -40,7 +40,7 @@ function update_script() { systemctl start sabnzbd.service msg_ok "Updated ${APP} to ${RELEASE}" else - msg_info "No update required. ${APP} is already at ${RELEASE}" + msg_ok "No update required. ${APP} is already at ${RELEASE}" fi exit }