Still troubleshooting stupid automation tool

This commit is contained in:
icenine451 2023-04-13 16:29:48 -04:00
parent f8bf91c25c
commit 4eadc95286

View file

@ -24,4 +24,6 @@ do
echo "Hash found: $hash"
/bin/sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
fi
done < "$sha_update_list"
done < "$sha_update_list"
echo "Done updating manifest hashes."