wizarr: remove unneeded tmp file (#5517)

This commit is contained in:
CanbiZ 2025-06-27 16:04:11 +02:00 committed by GitHub
parent a0da56997c
commit cf3f790f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@ function update_script() {
msg_info "Cleaning Up"
rm -rf "$BACKUP_FILE"
rm /tmp/"$RELEASE".zip
msg_ok "Cleanup Completed"
msg_ok "Update Successful"
else