immortalwrt/package/zxlhhyccc/phicomm-k3screenctrl/files/k3screenctrl.uci
2019-08-04 07:14:34 +08:00

9 lines
181 B
Bash
Executable File

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@k3screenctrl[-1]
add ucitrack k3screenctrl
set ucitrack.@k3screenctrl[-1].init=k3screenctrl
commit ucitrack
EOF
exit 0