Browse Source

Update jellyseerr.sh

tweak
tteckster 1 year ago
parent
commit
26bbc9a18d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/jellyseerr.sh

+ 1 - 1
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