mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 10:23:20 +00:00
Bug Fix: EXTRA for Cellular IoT HAT is Added.
This commit is contained in:
@@ -110,7 +110,7 @@ echo "${YELLOW}What is your device communication PORT? (ttyS0/ttyUSB3/etc.)${SET
|
|||||||
read devicename
|
read devicename
|
||||||
|
|
||||||
mkdir -p /etc/chatscripts
|
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
|
sed -i "s/#EXTRA/$EXTRA/" chat-connect
|
||||||
else
|
else
|
||||||
sed -i "/#EXTRA/d" chat-connect
|
sed -i "/#EXTRA/d" chat-connect
|
||||||
|
|||||||
Reference in New Issue
Block a user