From dfde8d18b4f188a79d1343908e3befbcece5e56e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 2 Jun 2026 13:18:07 -0400 Subject: [PATCH] Update pacsat.sh add extra timeout 1 --- groundstation/pacsat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 97f1c478..9baaaed3 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -53,7 +53,7 @@ else echo "TXC not present" txc=0 - timeout 1 rtl_test &> out.txt + timeout 1 timeout 1 rtl_test &> out.txt if [[ $(grep "No supported" out.txt) ]] ; then echo "No RTL-SDR detected" rtl=0