mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix ModemManager
This commit is contained in:
parent
962ecf814a
commit
a7996a90ef
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# If there is no interface that use modemmanager, exit
|
# If there is no interface that use modemmanager, exit
|
||||||
[ -n "$(uci -q show network | grep modemmanager)" ] && exit
|
[ -z "$(uci -q show network | grep modemmanager)" ] && exit
|
||||||
|
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
. /lib/netifd/netifd-proto.sh
|
. /lib/netifd/netifd-proto.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue