mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +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
|
||||
[ -n "$(uci -q show network | grep modemmanager)" ] && exit
|
||||
[ -z "$(uci -q show network | grep modemmanager)" ] && exit
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/netifd/netifd-proto.sh
|
||||
|
|
Loading…
Reference in a new issue