From 4b8e1e90155a48029fbf18a4ffb67e19264b4d7d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:40:07 +0200 Subject: [PATCH] fix issue path --- ct/jellyseerr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 97d92a32b8..d16bf1e6fb 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -70,6 +70,7 @@ function update_script() { systemctl stop jellyseerr rm -rf dist .next node_modules export CYPRESS_INSTALL_BINARY=0 + cd /opt/jellyseer $STD pnpm install --frozen-lockfile export NODE_OPTIONS="--max-old-space-size=3072" $STD pnpm build