#!/bin/sh 

uci -q batch <<-EOF >/dev/null
          delete ucitrack.@gae[-1]
          add ucitrack gae
          set ucitrack.@gae[-1].init=gae
          commit ucitrack
EOF
rm -f /tmp/luci-indexcahe
exit 0
