fix: unbound env variable (#6922)

This commit is contained in:
Gabriel David Pragin
2025-08-18 00:49:29 -07:00
committed by GitHub
parent 472ad02d44
commit a33bbd603d

View File

@@ -44,7 +44,7 @@ function update_script() {
fetch_and_deploy_gh_release "uptime-kuma" "louislam/uptime-kuma" "tarball"
cd /opt/uptime-kuma
msg_info "Updating ${APP} to ${LATEST}"
msg_info "Updating ${APP} to ${RELEASE}"
$STD npm install --omit dev
$STD npm run download-dist
msg_ok "Updated ${APP}"