From: Johannes Truschnigg Date: Sun, 20 Mar 2022 16:08:02 +0000 (+0100) Subject: Advertise timestamped config file fragment at the end, too X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=f3f6d482c2ef7fbd6e394755f21996fe6222fdff;p=sqm_lagthrottle Advertise timestamped config file fragment at the end, too --- diff --git a/sqm_lagthrottle_suggest_config.sh b/sqm_lagthrottle_suggest_config.sh index c55d58b..cfe78c2 100755 --- a/sqm_lagthrottle_suggest_config.sh +++ b/sqm_lagthrottle_suggest_config.sh @@ -130,3 +130,6 @@ cat "${sto}" >&2 echo "" >&2 rm -f "${fpo}" "${sto}" + +printf 'Determined suggested values saved in "%s"\n\n' "${cfgo}" >&2 +echo "" >&2