From 4eadc95286d53274fab9f5438c9d4b184755d53f Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 13 Apr 2023 16:29:48 -0400 Subject: [PATCH] Still troubleshooting stupid automation tool --- automation_tools/update_sha.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index ad31d3ce..0166f73e 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -24,4 +24,6 @@ do echo "Hash found: $hash" /bin/sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest fi -done < "$sha_update_list" \ No newline at end of file +done < "$sha_update_list" + +echo "Done updating manifest hashes." \ No newline at end of file