1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix RUTX modem power

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-06-27 14:57:57 +02:00
parent 149618b274
commit d8f88db0c8

View file

@ -11,7 +11,7 @@ set_state() {
}
do_power_modem() {
[ -z "$(uci -q get system.modem.disable)" ] && /sbin/mctl -p || {
/sbin/mctl -p || {
config_load system
config_foreach set_state mctl
}