Update homebox.sh

Cleaning not needed
pull/3734/head
tteckster 10 months ago committed by GitHub
parent 20f8f64903
commit 341d6532e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      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}"

Loading…
Cancel
Save