From ef68af0cd836eb34477b466294d10f91cfc3d02b Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Mon, 14 Aug 2023 14:49:24 +0900 Subject: [PATCH] check for user manual zips before creating product --- scripts/send-to-sendowl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send-to-sendowl.sh b/scripts/send-to-sendowl.sh index 2d7e7ec..8daab8f 100755 --- a/scripts/send-to-sendowl.sh +++ b/scripts/send-to-sendowl.sh @@ -65,12 +65,12 @@ create_product () } # prefetch the installers not on this machine -# TODO check for user manuals too prefetch () { while \ ! remote_pkg_exists "osx-brew-zip" "$connection_type_aws" \ || ! remote_pkg_exists "windows-msys" "$connection_type_aws" \ || ! remote_pkg_exists "gnu-linux" "$connection_type_aws" \ + || ! remote_pkg_exists "user-manual-zip" "$connection_type_aws" \ || ! remote_pkg_exists "flatpak" "$connection_type_aws" ; do >&2 echo "final packages don't exist. waiting to check again..." sleep 24