From 0665e77a1c4f48aec7de129b6c806eac284d79d0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Oct 2024 05:15:34 -0400 Subject: [PATCH] Update jellyseerr.sh more tweaks --- ct/jellyseerr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index d3531394..ba7dd660 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -64,14 +64,13 @@ else fi msg_info "Updating $APP" cd /opt/jellyseerr -output=$(git pull --no-rebase) +output=$(git pull --no-rebase &>/dev/null) if echo "$output" | grep -q "Already up to date." then msg_ok "$APP is already up to date." exit fi systemctl stop jellyseerr -git pull --no-rebase &>/dev/null export CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile &>/dev/null export NODE_OPTIONS="--max-old-space-size=3072"