From f98d81f5bf9efa7e3538bd35222d2392a7c94618 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:44:08 +0100 Subject: [PATCH] Update Homebox.sh --- ct/homebox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homebox.sh b/ct/homebox.sh index ea0249a4..d719007f 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -37,7 +37,7 @@ function update_script() { systemctl stop homebox msg_ok "${APP} Stopped" - msg_info "Updating ${APP} to v${RELEASE}" + msg_info "Updating ${APP} to ${RELEASE}" cd /opt rm -rf homebox_bak rm -rf /tmp/homebox.tar.gz @@ -54,7 +54,7 @@ function update_script() { msg_ok "Updated Successfully" else - msg_ok "No update required. ${APP} is already at v${RELEASE}" + msg_ok "No update required. ${APP} is already at ${RELEASE}" fi exit }