From 04ca68d48a55fa6fd812db2b06cc8cd6680b15d7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 20 Jun 2024 10:09:19 -0400 Subject: [PATCH] Update config restart after PL change --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 24f3dd38..b166bb5e 100755 --- a/config +++ b/config @@ -641,6 +641,8 @@ elif [ "$1" = "-P" ]; then rxpl="${10}" echo "Keeping value of" $rxpl + else + restart=1 fi if ! [[ $rxpl =~ ^[+-]?[0-9]+([.][0-9]+)?$ ]] ; then @@ -648,6 +650,8 @@ elif [ "$1" = "-P" ]; then echo "Error: not a number!" rxpl="${10}" echo "Keeping value of" $rxpl + else + restart=1 fi echo -e "Enter TX PL value integer 0: None, 01-38: CTCSS (analog, 39-121:CDCSS (digital)"