From d064598d300d0902d938bea0c866d9a83444196d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 30 Nov 2024 21:55:35 -0500 Subject: [PATCH] Update config display pacsat --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index ec62cf75..b7c4d3f6 100755 --- a/config +++ b/config @@ -257,6 +257,8 @@ if [ "$1" = "" ]; then else echo -n "APRS" fi + elif [ "$1" = "p" ]; then + echo "Mode is Pacsat" else echo fi