From 341d6532e4378de7c2f079cd94bc77f718d56965 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 16 Sep 2024 06:44:42 -0400 Subject: [PATCH] Update homebox.sh Cleaning not needed --- ct/homebox.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/homebox.sh b/ct/homebox.sh index 4ba47a09..dc11e6ac 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -78,9 +78,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v systemctl start homebox msg_ok "Started ${APP}" - msg_info "Cleaning Up" - rm -rf homebox_Linux_x86_64.tar.gz - msg_ok "Cleaned" msg_ok "Updated Successfully" else msg_ok "No update required. ${APP} is already at ${RELEASE}"