mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-10 19:14:57 +00:00
fix: add success message after updating LocalAGI in update_script function
This commit is contained in:
@@ -50,6 +50,7 @@ function update_script() {
|
||||
$STD bun run build
|
||||
cd /opt/localagi
|
||||
$STD go build -o /usr/local/bin/localagi || {
|
||||
msg_ok "Updated LocalAGI successfully"
|
||||
systemctl enable -q --now localagi
|
||||
exit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user