From 87964c3c7003eefd277981defa6cbe8fccd77b96 Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Tue, 7 May 2019 11:51:09 +0300 Subject: [PATCH] Bug Fix: EXTRA for Cellular IoT HAT is Added. --- ppp_installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp_installer/install.sh b/ppp_installer/install.sh index 33304e8..9dfa308 100755 --- a/ppp_installer/install.sh +++ b/ppp_installer/install.sh @@ -110,7 +110,7 @@ echo "${YELLOW}What is your device communication PORT? (ttyS0/ttyUSB3/etc.)${SET read devicename mkdir -p /etc/chatscripts -if [ $shield_hat -eq 3 ]; then +if [ $shield_hat -eq 3 ] || [ $shield_hat -eq 4 ]; then sed -i "s/#EXTRA/$EXTRA/" chat-connect else sed -i "/#EXTRA/d" chat-connect