diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 4c6d1cf6..30aa8539 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -69,7 +69,7 @@ output=$(git pull) git pull &>/dev/null if echo "$output" | grep -q "Already up to date." then - msg_ok " $APP is already up to date." + msg_ok "$APP is already up to date." systemctl start jellyseerr exit fi