From 54d203b6c51b3496de66226eef878b539bee1fb3 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Fri, 2 Sep 2022 20:41:47 +0200 Subject: [PATCH] Fix newline output --- sqm_lagthrottle_suggest_config.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5