add echo after changelog
This commit is contained in:
parent
cd836ba537
commit
910cde158c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user