Update ct/hoarder.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
CanbiZ 2024-11-28 15:59:09 +01:00 committed by GitHub
parent fc259af31c
commit 322565b79b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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