Update pacsatsim.sh fix else

master-b-p-s
Alan Johnston 1 week ago committed by GitHub
parent 28c335c985
commit 86a17ea38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ gpio -g mode 7 up
if [[ $(gpio -g read 7 | grep 0) ]] ; then
echo "TXC is present"
txc=1
else:
else
echo "TXC not present"
txc=0
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.