2023-04-01 10:00:13 +08:00

8 lines
68 B
Bash

#!/bin/sh
SET=$1
uci set modem.sms.menable=$SET
uci commit modem