]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Cosmetic/whitespace changes
authorJohannes Truschnigg <johannes@truschnigg.info>
Sat, 3 Sep 2022 11:44:32 +0000 (13:44 +0200)
committerJohannes Truschnigg <johannes@truschnigg.info>
Sat, 3 Sep 2022 11:44:32 +0000 (13:44 +0200)
sqm_lagthrottle_suggest_config.sh

index ee6e392ddab3cf9b73e65b2301563436e97a515d..73104a01801d2ccbbc987d48f426e872fe99b882 100755 (executable)
@@ -47,7 +47,6 @@ POTENTIAL_PING_PEERS='1.1.1.1 8.8.8.8 a.root-servers.net b.root-servers.net c.ro
 set -u
 
 _h "sqm_lagthrottle configuration wizard - WELCOME"
-echo "" >&2
 printf 'This script will prompt you for a number of settings\n(recommending sensible defaults where thought possible)\nrequired for proper operation of sqm_lagthrottle.\n\nPlease take a few minutes to follow its instructions\nto make the most out of dynamically adjusting your\nbandwidth shaper.\n'
 echo "" >&2
 
@@ -211,8 +210,8 @@ printf 'TREND_DECISION="%s"\n' "${relaxed_or_eager}" >> "${cfgo}"
 
 echo "" >&2
 printf 'Suggested configuration values saved to\n\t%s\n\n' "${cfgo}" >&2
-
 _goon 'Hit the [ENTER] to display full stats, or [CTRL]+[C] to exit.' >&2
+
 _h "Extended ping statistics (informational only)"
 cat "${sto}" >&2
 echo "" >&2