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 "Updating To: $latest_ver"
|
||||||
echo "Changelog:"
|
echo "Changelog:"
|
||||||
curl --silent "https://api.github.com/repos/HeavyBullets8/heavy_script/releases/latest" | jq -r .body
|
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
|
[[ -z ${args[*]} ]] && echo -e "No more arguments, exiting..\n\n" && exit
|
||||||
echo -e "Running the new version...\n\n"
|
echo -e "Running the new version...\n\n"
|
||||||
sleep 5
|
sleep 5
|
||||||
|
Loading…
Reference in New Issue
Block a user