Should be "APP" instead of "APPLICATION", forgot to commit :D

pull/2908/head
Scorpoon 1 year ago committed by GitHub
parent 0a4412f01f
commit abef068e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ct/homepage.sh

@ -76,7 +76,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
pnpm install pnpm install
pnpm build pnpm build
systemctl start homepage systemctl start homepage
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated Homepage to v${RELEASE}" msg_ok "Updated Homepage to v${RELEASE}"
else else
msg_ok "No update required. ${APP} is already at ${RELEASE}" msg_ok "No update required. ${APP} is already at ${RELEASE}"

Loading…
Cancel
Save