8 lines
68 B
Bash
8 lines
68 B
Bash
#!/bin/sh
|
|
|
|
SET=$1
|
|
|
|
uci set modem.sms.menable=$SET
|
|
uci commit modem
|
|
|