1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-04-22 18:27:18 +02:00
parent 962ecf814a
commit a7996a90ef

View file

@ -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