mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 10:08:12 +00:00
fix: remove error message and exit on build failure in update_script function
This commit is contained in:
@@ -50,8 +50,6 @@ function update_script() {
|
||||
$STD bun run build
|
||||
cd /opt/localagi
|
||||
$STD go build -o /usr/local/bin/localagi || {
|
||||
msg_error "Failed to build LocalAGI from source"
|
||||
exit 1
|
||||
systemctl enable -q --now localagi
|
||||
exit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user