Update ebusd.sh

This commit is contained in:
Tobias
2026-02-15 19:46:56 +01:00
committed by GitHub
parent b9161a75c4
commit 57a3764d06

View File

@@ -29,13 +29,13 @@ function update_script() {
fi
if check_for_gh_release "ebusd" "john30/ebusd"; then
msg_info "Stopping Services"
systemctl stop ebusd.service
systemctl stop ebusd
msg_ok "Stopped Services"
fetch_and_deploy_gh_release "ebusd" "john30/ebusd" "binary" "latest" "/opt/ebusd" "ebusd-*_amd64-trixie_mqtt1.deb"
msg_info "Starting Services"
systemctl start ebusd.service
systemctl start ebusd
msg_ok "Started Services"
msg_ok "Updated successfully!"
fi