Skip to content
Snippets Groups Projects
Commit 74645bce authored by Jakob Olsson's avatar Jakob Olsson
Browse files

iface hotplug script

parent fb0db75d
No related branches found
No related tags found
No related merge requests found
if echo $DEVICE | grep "eth";then
#echo "time to update due to eth!" > /dev/console
ubus call dongle update
fi
if echo $DEVICE | grep "usb";then
#echo "time to update due to usb!" > /dev/console
ubus call dongle update
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment