mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Bug Fix: EXTRA for Cellular IoT HAT is Added.
This commit is contained in:
parent
d8488636ed
commit
87964c3c70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user