From 26bbc9a18d4fd09531a50775879055bcfdb16a71 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 3 Aug 2023 12:07:15 -0400 Subject: [PATCH] Update jellyseerr.sh tweak --- ct/jellyseerr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 721d0ae9..ef320216 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -60,7 +60,7 @@ output=$(git pull) git pull &>/dev/null if echo "$output" | grep -q "Already up to date." then - msg_info " $APP is already up to date." + msg_ok " $APP is already up to date." systemctl start jellyseerr exit fi