From 89530ae28acc2fd2eaaafa92502f68645bbc2f24 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 20 Aug 2025 16:38:35 +0200 Subject: [PATCH] also upload tar to me --- upload-to-harald.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-to-harald.sh b/upload-to-harald.sh index e95be6c..883464d 100755 --- a/upload-to-harald.sh +++ b/upload-to-harald.sh @@ -11,7 +11,7 @@ echo "[images.kde-linux.haraldsitter.eu]:2022 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AA chmod 600 ~/.ssh/known_hosts echo "cd images" > upload-to-harald.sftp -for f in *.raw *.erofs *.efi; do +for f in *.raw *.erofs *.efi *.tar.zst; do if [[ $f == *.test.raw ]]; then # Skip test images continue