Sixfab_PPP_Installer/src/jetson_ppp_connection_manager.sh
2021-05-06 11:36:36 +02:00

12 lines
170 B
Bash

#!/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
done