From 503d04a2bfde679988acc541f9ea5d24d88c9aad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:27:01 +0200 Subject: Merging debian version 3.17.1-1. Signed-off-by: Daniel Baumann --- debian/iperf3.config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/iperf3.config') diff --git a/debian/iperf3.config b/debian/iperf3.config index 17f62c2..3673940 100755 --- a/debian/iperf3.config +++ b/debian/iperf3.config @@ -35,8 +35,10 @@ else db_set iperf3/start_daemon false fi -db_input high iperf3/start_daemon || true -db_go +if [ "$TERM" ]; then + db_input high iperf3/start_daemon || true + db_go || true +fi # fetch data from debconf if any db_get iperf3/start_daemon @@ -59,5 +61,6 @@ else invoke-rc.d iperf3 stop || true fi fi +db_stop || true exit 0 -- cgit v1.2.3