Sixfab_PPP_Installer/src/jetson_ppp_connection_manager.sh

12 lines
170 B
Bash
Raw Normal View History

2021-05-05 09:37:38 +00:00
#!/bin/bash
source functions.sh
for i in {1..4}; do
bash jetson_configure_modem.sh
if [[ $MODEM_CONFIG -eq 0 ]]; then
break
fi
sleep 1
2021-05-06 09:36:36 +00:00
done