refactor(garmin-grafana): use fetch_and_deploy_gh_release for Chronograf, split config blocks

This commit is contained in:
CanbiZ (MickLesk)
2026-04-30 14:35:52 +02:00
parent b920412247
commit 7dfe23a785
2 changed files with 10 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ function update_script() {
systemctl start garmin-grafana
$STD systemctl restart grafana-server
msg_ok "Started Services"
msg_ok "Updated Successfully!"
msg_ok "Updated successfully!"
fi
exit
}