add echo after changelog

This commit is contained in:
Heavybullets8 2022-08-23 13:04:10 -06:00
parent cd836ba537
commit 910cde158c

View File

@ -20,6 +20,7 @@ if [[ "$hs_version" != "$latest_ver" ]] ; then
echo "Updating To: $latest_ver"
echo "Changelog:"
curl --silent "https://api.github.com/repos/HeavyBullets8/heavy_script/releases/latest" | jq -r .body
echo
[[ -z ${args[*]} ]] && echo -e "No more arguments, exiting..\n\n" && exit
echo -e "Running the new version...\n\n"
sleep 5