#!/bin/sh uci -q batch <<-EOF >/dev/null delete ucitrack.@tgsstp_def[-1] add ucitrack tgsstp set ucitrack.@tgsstp[-1].init=tgsstp commit ucitrack EOF rm -f /tmp/luci-indexcache exit 0