Update pacsat.sh typo ]

master-b
Alan Johnston 23 hours ago committed by GitHub
parent 9d8e6635fa
commit 26cf1cd58e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -231,7 +231,7 @@ else
if [ "$lpf" = "1" ] ; then
if [ "$txc" = "1" ] && [ "$soundcard" = "1"] ; then
if [ "$txc" = "1" ] && [ "$soundcard" = "1" ] ; then
if [ "$rpitx" = "1" ] ; then
@ -247,7 +247,7 @@ else
fi
elif [ "$txc" = "1" ] && [ "$soundcard" = "0"] ; then
elif [ "$txc" = "1" ] && [ "$soundcard" = "0" ] ; then
if [ "$rtl" = "1" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.