mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Updated betterspeedtest.sh for better ^C error message
This commit is contained in:
parent
5a981b07f1
commit
61aa7755dc
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ clean_up() {
|
||||||
# Stop the current pings and dots, and exit
|
# Stop the current pings and dots, and exit
|
||||||
catch_interrupt() {
|
catch_interrupt() {
|
||||||
|
|
||||||
printf "\nStopped"
|
printf " Stopped!"
|
||||||
kill_pings
|
kill_pings
|
||||||
kill_dots
|
kill_dots
|
||||||
summarize_pings "$PINGFILE"
|
summarize_pings "$PINGFILE"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue