mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-11 02:34:57 +00:00
fix: remove installation checks from update_script function
This commit is contained in:
@@ -26,15 +26,6 @@ function update_script() {
|
||||
check_container_storage
|
||||
check_container_resources
|
||||
|
||||
if [[ ! -d /opt/localagi || ! -f /opt/localagi/LOCALAGI_VERSION.txt ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! check_for_gh_release "localagi" "mudler/LocalAGI"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
msg_info "Stopping LocalAGI Service"
|
||||
systemctl stop localagi
|
||||
msg_ok "Stopped LocalAGI Service"
|
||||
|
||||
Reference in New Issue
Block a user