0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00

More frequent signing (1 hour > 15 min)

This commit is contained in:
peteruithoven 2014-01-08 17:21:01 +01:00
parent af00c17652
commit 8e34f338c2

View File

@ -9,5 +9,5 @@ sleep 5s
while true; do
/usr/share/lua/wifibox/script/d3dapi signin > /dev/null 2> /dev/null
sleep 1h
sleep 15m
done