Typo fixed

This commit is contained in:
Yasin Kaya
2020-11-19 01:34:16 -08:00
parent 63524e154a
commit 3f2b640779
2 changed files with 15 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ for i in {1..120}; do
done
if [[ $MODEM_CONFIG -eq 0 ]]; then
bash ./reconnect_scripts/reconnect_baseshield |& sudo tee -a ./logs/$LOG_FILE_NAME.log
bash ppp_reconnect.sh |& sudo tee -a ./logs/$LOG_FILE_NAME.log
else
debug "Modem configuration is failed multiple times!"
debug "Checkout other troubleshooting step on docs.sixfab.com."