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 else
echo "[$dt] Couldn't connect to keyboard ($counter/5)" >> /home/ferit/navi.log echo "[$dt] Couldn't connect to keyboard ($counter/5)" >> /home/ferit/navi.log
fi fi
sleep 5
((counter++)) ((counter++))
done done
exit 0 exit 0