mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
core: update message for no available updates scenario (if pinned) (#9021)
This commit is contained in:
parent
53e6422ee3
commit
8b30ed74df
1 changed files with 2 additions and 2 deletions
|
|
@ -1399,7 +1399,7 @@ verify_gpg_fingerprint() {
|
|||
}
|
||||
|
||||
# ==============================================================================
|
||||
# EXISTING FUNCTIONS
|
||||
# INSTALL FUNCTIONS
|
||||
# ==============================================================================
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
@ -1501,7 +1501,7 @@ check_for_gh_release() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
msg_error "No update available: ${app} is not installed!"
|
||||
msg_ok "No update available: ${app} is already on pinned version (${current})"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue