]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Make headers stand out more
authorJohannes Truschnigg <johannes@truschnigg.info>
Sat, 3 Sep 2022 11:26:12 +0000 (13:26 +0200)
committerJohannes Truschnigg <johannes@truschnigg.info>
Sat, 3 Sep 2022 11:26:12 +0000 (13:26 +0200)
sqm_lagthrottle_suggest_config.sh

index 212bcd144072c81934bc752a77a9a4cd54a97951..ee6e392ddab3cf9b73e65b2301563436e97a515d 100755 (executable)
@@ -35,7 +35,7 @@ _h() {
   local l
   l=$(( 60 - ${#1} ))
   clear
-  printf '=== [ %s ] %'"${l}"'s \n\n' "${1}" "===" >&2
+  printf '=== [ %s ] %'"${l}"'s \n\n\n' "${1}" "===" >&2
 }