Updated betterspeedtest.sh for better ^C error message

This commit is contained in:
Rich Brown 2022-01-04 08:29:39 -05:00
parent 5a981b07f1
commit 61aa7755dc

View file

@ -107,7 +107,7 @@ clean_up() {
# Stop the current pings and dots, and exit
catch_interrupt() {
printf "\nStopped"
printf " Stopped!"
kill_pings
kill_dots
summarize_pings "$PINGFILE"