Added the actual functionality

This commit is contained in:
Ferit Yiğit BALABAN 2022-05-26 20:02:52 +03:00
parent 4901fbad18
commit 08210b5c6a

View File

@ -17,6 +17,7 @@ do
else
echo "[$dt] Couldn't connect to keyboard ($counter/5)" >> /home/ferit/navi.log
fi
sleep 5
((counter++))
done
exit 0