From 2df0b40a9f5f2fc2e24746f77e6a532198ffa5cd Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Wed, 25 Feb 2026 11:12:43 +0000 Subject: [PATCH] Final MR Cleanup --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 29f80ce..a617c94 100755 --- a/upload.sh +++ b/upload.sh @@ -31,7 +31,7 @@ echo "origin.files.kde.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUjdH4S7otYIdLUk # The initial SHA256SUMS file is created by the vacuum script based on what is left on the server. We append to it. -sudo chown -R "$USER":"$USER" "$OUTDIR" +chown -R "$USER":"$USER" "$OUTDIR" cd "$OUTDIR" # We need shell globs here! More readable this way. Ignore shellcheck.