From abef068e74d1db64a720776a6c2bb340b14746e8 Mon Sep 17 00:00:00 2001 From: Scorpoon <22363852+Scorpoon@users.noreply.github.com> Date: Sat, 4 May 2024 13:08:35 +0200 Subject: [PATCH] Should be "APP" instead of "APPLICATION", forgot to commit :D --- ct/homepage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homepage.sh b/ct/homepage.sh index 9c66234b..54efa660 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -76,7 +76,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} pnpm install pnpm build systemctl start homepage - echo "${RELEASE}" >/opt/${APPLICATION}_version.txt + echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated Homepage to v${RELEASE}" else msg_ok "No update required. ${APP} is already at ${RELEASE}"