From dfeb8a8e1fe84f3cfc3bc6b711c38d3cae4136f6 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 27 Jan 2026 06:47:34 +0100 Subject: [PATCH] Update ct/ebusd.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/ebusd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/ebusd.sh b/ct/ebusd.sh index 2791cb696..63f16f512 100644 --- a/ct/ebusd.sh +++ b/ct/ebusd.sh @@ -27,10 +27,10 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_info "Updating $APP LXC" + msg_info "Updating ebusd" $STD apt update - $STD apt -y upgrade - msg_ok "Updated $APP LXC" + $STD apt -y --upgrade ebusd + msg_ok "Updated ebusd" msg_ok "Updated successfully!" exit }