From: Johannes Truschnigg Date: Sat, 3 Sep 2022 11:26:12 +0000 (+0200) Subject: Make headers stand out more X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=1351f57f654103cde1059c570de50b828d7d68b0;p=sqm_lagthrottle Make headers stand out more --- diff --git a/sqm_lagthrottle_suggest_config.sh b/sqm_lagthrottle_suggest_config.sh index 212bcd1..ee6e392 100755 --- a/sqm_lagthrottle_suggest_config.sh +++ b/sqm_lagthrottle_suggest_config.sh @@ -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 }