fix supervisor function

This commit is contained in:
Alfonso Gamboa
2022-08-06 23:25:18 -07:00
parent 828ca2a5e5
commit 5fd295bb1b
3 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ gateway_supervisor() {
ifconfig usb0 down
sleep 10
else
if [[ $con -ne 1 ]]
if [[ $count -ne 1 ]]
then
#echo "Connected."
count=1

View File

@@ -1 +1 @@
Sat Aug 6 11:05:01 PM PDT 2022
Sat Aug 6 11:25:08 PM PDT 2022