mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-16 04:09:48 +00:00
fix: unbound env variable (#6922)
This commit is contained in:
parent
472ad02d44
commit
a33bbd603d
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue