4 lines
74 B
Text
4 lines
74 B
Text
|
[ ifup = "$ACTION" ] && {
|
||
|
uci set "/var/state/network.$INTERFACE.up=1"
|
||
|
}
|