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:
parent
149618b274
commit
d8f88db0c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue