From 9d46a6d1339a50a5e1840c82bfcc118db791e048 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:04:57 +0100 Subject: [PATCH] Update wastebin.sh (#2896) --- ct/wastebin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wastebin.sh b/ct/wastebin.sh index d45e418f3..49d0c73da 100644 --- a/ct/wastebin.sh +++ b/ct/wastebin.sh @@ -65,7 +65,7 @@ EOF msg_info "Updating Wastebin" temp_file=$(mktemp) wget -q https://github.com/matze/wastebin/releases/download/${RELEASE}/wastebin_${RELEASE}_x86_64-unknown-linux-musl.zip -O $temp_file - unzip -q $temp_file + unzip -o -q $temp_file cp -f wastebin /opt/wastebin/ chmod +x /opt/wastebin/wastebin echo "${RELEASE}" >/opt/${APP}_version.txt