From f2d11ea48c5aa1ca974e99470313588a3ff1a2ed Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:36:27 +0100 Subject: [PATCH] Revert Changes from PR --- ct/homepage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/homepage.sh b/ct/homepage.sh index 0e3ef6926..f02fe77f1 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -52,8 +52,6 @@ function update_script() { cd /opt/homepage npx update-browserslist-db@latest >/dev/null 2>&1 pnpm install >/dev/null 2>&1 - NEXT_PUBLIC_VERSION=v$RELEASE - NEXT_PUBLIC_REVISION='source' pnpm build >/dev/null 2>&1 systemctl start homepage echo "${RELEASE}" >/opt/${APP}_version.txt