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

Make sure it keeps signing in.

This commit is contained in:
peteruithoven 2014-01-20 15:06:41 +01:00
parent ab900533f3
commit 60d07c9667

View File

@ -15,6 +15,10 @@ boot() {
$LOGGER "Invoking Doodle3D WiFi box network auto-initialization..."
/usr/share/lua/wifibox/script/d3dapi autowifi
$LOGGER "Start signing in..."
/usr/share/lua/wifibox/script/signin.sh > /dev/null 2> /dev/null &
}
start() {