Write version into Homepage_version.txt file after update (#2908)

pull/2910/head
Scorpoon 7 months ago committed by GitHub
parent 6cb9e1db0a
commit 4a1ccb5d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.