From cd05e36ec3b62a7f9d786929848c26b947b7f048 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 13 Apr 2023 12:01:53 -0400 Subject: [PATCH] Different file reading method --- automation_tools/update_sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index 41005957..9a0ce245 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -19,4 +19,4 @@ do echo "URL to hash: $url" hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1) sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest -done < $sha_update_list \ No newline at end of file +done < <(cat "$sha_update_list") \ No newline at end of file