added APN config for configure_modem.sh to install.sh

This commit is contained in:
Yasin Kaya 2020-11-26 11:20:04 +00:00
parent cb81caf18f
commit b53f7ffcbf
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,8 @@ do
wget --no-check-certificate $SOURCE_PATH/$MANAGER_SCRIPT_NAME
if [[ $? -ne 0 ]]; then colored_echo "Download failed" ${RED}; exit 1; fi
# APN Configuration
sed -i "s/SIM_APN/$carrierapn/" configure_modem.sh
if [ $shield_hat -eq 1 ]; then
@ -223,6 +225,7 @@ do
sed -i "s/STATUS_PIN/$STATUS_GPRS/" configure_modem.sh
sed -i "s/POWERKEY_PIN/$POWERKEY_GPRS/" configure_modem.sh
sed -i "s/POWERUP_FLAG/$POWERUP_REQ/" configure_modem.sh
elif [ $shield_hat -eq 2 ]; then