From: Johannes Truschnigg Date: Fri, 2 Sep 2022 18:41:47 +0000 (+0200) Subject: Fix newline output X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=54d203b6c51b3496de66226eef878b539bee1fb3;p=sqm_lagthrottle Fix newline output --- diff --git a/sqm_lagthrottle_suggest_config.sh b/sqm_lagthrottle_suggest_config.sh index d945088..8972f91 100755 --- a/sqm_lagthrottle_suggest_config.sh +++ b/sqm_lagthrottle_suggest_config.sh @@ -166,6 +166,8 @@ printf 'BW_MIN_RX="%d"\n' "${bw_down_min}" >> "${cfgo}" printf 'BW_MAX_RX="%d"\n' "${bw_down_max}" >> "${cfgo}" printf 'STATS_RX="%s"\n' "${stats_rx}" >> "${cfgo}" printf 'IFACE_RX="%s"\n' "${iface_rx}" >> "${cfgo}" + +echo "" >&2 printf 'Determined suggested values saved in "%s"\n\n' "${cfgo}" >&2 _goon "Hit the [ENTER] to display full stats, or [CTRL]+[C] to exit." >&2