From 322565b79b741a1ef56ece3c31f1fad57e317d92 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:59:09 +0100 Subject: [PATCH] Update ct/hoarder.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- ct/hoarder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hoarder.sh b/ct/hoarder.sh index f703191d..c3995988 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -72,7 +72,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]] unzip -q v${RELEASE}.zip mv hoarder-${RELEASE} /opt/hoarder cd /opt/hoarder/apps/web - pnpm install --frozen-lockfile >/dev/null 2>&1 + pnpm install --frozen-lockfile &>/dev/null cd /opt/hoarder/apps/workers pnpm install --frozen-lockfile >/dev/null 2>&1 cd /opt/hoarder/apps/web