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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}"