mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
8 lines
130 B
Text
Executable file
8 lines
130 B
Text
Executable file
if echo $DEVICE | grep "eth5";then
|
|
ubus call mdmngr refresh
|
|
fi
|
|
|
|
if echo $DEVICE | grep "usb0";then
|
|
ubus call mdmngr refresh
|
|
fi
|
|
|