mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-22 20:27:19 +02:00
Add version pin to check_for_gh_release in Memos CT
Prevents the update check from looking for versions newer than v0.25.3
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ function update_script() {
|
|||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
if check_for_gh_release "memos" "usememos/memos"; then
|
if check_for_gh_release "memos" "usememos/memos" "v0.25.3"; then
|
||||||
msg_info "Stopping service"
|
msg_info "Stopping service"
|
||||||
systemctl stop memos
|
systemctl stop memos
|
||||||
msg_ok "Service stopped"
|
msg_ok "Service stopped"
|
||||||
|
|||||||
Reference in New Issue
Block a user